Home
last modified time | relevance | path

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

/third_party/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()
/third_party/musl/porting/linux/user/src/signal/
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/porting/liteos_a/user/src/signal/
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/
Dtest-proxy.cpp89 handler_set (const jerry_value_t function_obj, /**< function object */ in handler_set() function
193 set_function (handler, "set", handler_set);
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc276 HandlerSet handler_set = handler_set_; in OnProcessMessageReceived() local
279 HandlerSet::const_iterator it_handler = handler_set.begin(); in OnProcessMessageReceived()
280 for (; it_handler != handler_set.end(); ++it_handler) { in OnProcessMessageReceived()