Skip to content

Commit

Permalink
Update Thread.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobespc authored and mattcolegate committed Jan 28, 2019
1 parent 7b11cfe commit d6d4ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ibmras/common/port/linux/Thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ void stopAllThreads() {

}
pthread_mutex_unlock(&threadMapMux);
stopping = false;
}

Semaphore::Semaphore(uint32 initial, uint32 max, const char* sourceName) {
Expand Down

0 comments on commit d6d4ad1

Please sign in to comment.