Home
last modified time | relevance | path

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

/external/musl/src/signal/
Dsigaction.c11 static unsigned long handler_set[_NSIG/(8*sizeof(long))]; variable
15 memcpy(set, handler_set, sizeof handler_set); in __get_handler_set()
25 a_or_l(handler_set+(sig-1)/(8*sizeof(long)), in __libc_sigaction()