Home
last modified time | relevance | path

Searched refs:set_old (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/aio/
Dlio_listio.c119 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/
Dlio_listio.c116 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()