Searched refs:handler_set (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/src/signal/ |
D | sigaction.c | 11 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/ |
D | sigaction.c | 35 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/ |
D | sigaction.c | 275 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/ |
D | test-proxy.cpp | 89 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/ |
D | cef_message_router.cc | 276 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()
|