Home
last modified time | relevance | path

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

/third_party/musl/src/signal/
H A 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()
/third_party/musl/porting/linux/user/src/signal/
H A Dsigaction.c35 static unsigned long handler_set[_NSIG/(8*sizeof(long))]; variable
39 memcpy(set, handler_set, sizeof handler_set); in __get_handler_set()
50 a_or_l(handler_set+(sig-1)/(8*sizeof(long)), in __libc_sigaction()
/third_party/musl/src/signal/linux/
H A Dsigaction.c35 static unsigned long handler_set[_NSIG / (8 * sizeof(long))]; variable
39 memcpy(set, handler_set, sizeof handler_set); in __get_handler_set()
50 a_or_l(handler_set + (sig - 1) / (8 * sizeof(long)), in __libc_sigaction()
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c290 static unsigned long handler_set[_NSIG / (8 * sizeof(long))]; variable
294 memcpy(set, handler_set, sizeof handler_set); in __get_handler_set()
306 a_or_l(handler_set + (sig - 1) / (8 * sizeof(long)), in __libc_sigaction()
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c275 static unsigned long handler_set[_NSIG/(8*sizeof(long))]; variable
279 memcpy(set, handler_set, sizeof handler_set); in __get_handler_set()
291 a_or_l(handler_set+(sig-1)/(8*sizeof(long)), in __libc_sigaction()
/third_party/jerryscript/tests/unit-core/
H A Dtest-proxy.cpp89 handler_set (const jerry_value_t function_obj, /**< function object */ in handler_set() function
116 } /* handler_set */ in handler_set()
193 set_function (handler, "set", handler_set); in HWTEST_F()

Completed in 3 milliseconds