mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 00:56:21 +03:00
added FIXME comment.
This commit is contained in:
parent
255e46017e
commit
c357180530
@ -179,6 +179,9 @@ void CThreadRep::initThreads()
|
||||
pthread_sigmask(SIG_BLOCK, &sigset, NULL);
|
||||
|
||||
// fire up the INT and TERM signal handler thread
|
||||
// FIXME -- i've seen this thread hanging around after the app
|
||||
// asserted. should figure out how it stays alive and prevent
|
||||
// it from happening.
|
||||
int status = pthread_create(&s_signalThread, NULL,
|
||||
&CThreadRep::threadSignalHandler,
|
||||
getCurrentThreadRep());
|
||||
|
Loading…
Reference in New Issue
Block a user