Searched refs:orig_sigbits (Results 1 – 1 of 1) sorted by relevance
/external/libcap/psx/ |
D | psx.c | 385 sigset_t sigbit, orig_sigbits; in _psx_exiting() local 387 pthread_sigmask(SIG_UNBLOCK, &sigbit, &orig_sigbits); in _psx_exiting() 410 pthread_sigmask(SIG_SETMASK, &orig_sigbits, NULL); in _psx_exiting() 465 sigset_t sigbit, orig_sigbits; in __wrap_pthread_create() local 469 pthread_sigmask(SIG_UNBLOCK, &sigbit, &orig_sigbits); in __wrap_pthread_create() 488 pthread_sigmask(SIG_SETMASK, &orig_sigbits, NULL); in __wrap_pthread_create()
|