Searched refs:sigbit (Results 1 – 1 of 1) sorted by relevance
/external/libcap/psx/ |
D | psx.c | 385 sigset_t sigbit, orig_sigbits; in _psx_exiting() local 386 sigemptyset(&sigbit); in _psx_exiting() 387 pthread_sigmask(SIG_UNBLOCK, &sigbit, &orig_sigbits); in _psx_exiting() 388 sigaddset(&sigbit, psx_tracker.psx_sig); in _psx_exiting() 389 pthread_sigmask(SIG_UNBLOCK, &sigbit, NULL); in _psx_exiting() 465 sigset_t sigbit, orig_sigbits; in __wrap_pthread_create() local 466 sigemptyset(&sigbit); in __wrap_pthread_create() 467 pthread_sigmask(SIG_UNBLOCK, &sigbit, &starter->sigbits); in __wrap_pthread_create() 468 sigaddset(&sigbit, psx_tracker.psx_sig); in __wrap_pthread_create() 469 pthread_sigmask(SIG_UNBLOCK, &sigbit, &orig_sigbits); in __wrap_pthread_create() [all …]
|