Searched refs:set_old (Results 1 – 2 of 2) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/aio/ |
D | lio_listio.c | 119 sigset_t set, set_old; in lio_listio() local 134 pthread_sigmask(SIG_BLOCK, &set, &set_old); in lio_listio() 140 pthread_sigmask(SIG_SETMASK, &set_old, 0); in lio_listio()
|
/third_party/musl/src/aio/ |
D | lio_listio.c | 116 sigset_t set, set_old; in lio_listio() local 131 pthread_sigmask(SIG_BLOCK, &set, &set_old); in lio_listio() 137 pthread_sigmask(SIG_SETMASK, &set_old, 0); in lio_listio()
|