Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_create.cpp409 sigset64_t block_all_mask; in pthread_create() local
410 sigfillset64(&block_all_mask); in pthread_create()
411 __rt_sigprocmask(SIG_SETMASK, &block_all_mask, &thread->start_mask, sizeof(thread->start_mask)); in pthread_create()