mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
Update TODO
This commit is contained in:
@ -54,6 +54,10 @@ lookup_signal_watch (int signo)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* These two functions might be interrupted by a signal handler that is
|
||||
* going to run lookup_signal_watch(). Assuming that pointer writes are
|
||||
* atomic, the code below should be ok.
|
||||
*/
|
||||
static void
|
||||
add_signal_watch (SignalWatch *watch)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user