Home
last modified time | relevance | path

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

/third_party/musl/src/signal/
Dsigaction.c17 static unsigned long handler_set[_NSIG/(8*sizeof(long))]; variable
21 memcpy(set, handler_set, sizeof handler_set); in __get_handler_set()
32 a_or_l(handler_set+(sig-1)/(8*sizeof(long)), in __libc_sigaction()
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigaction.c286 static unsigned long handler_set[_NSIG/(8*sizeof(long))]; variable
290 memcpy(set, handler_set, sizeof handler_set); in __get_handler_set()
303 a_or_l(handler_set+(sig-1)/(8*sizeof(long)), in __libc_sigaction()
/third_party/jerryscript/tests/unit-core/
Dtest-proxy.c87 handler_set (const jerry_value_t function_obj, /**< function object */ in handler_set() function
167 set_function (handler, "set", handler_set); in main()
/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()