Searched refs:IntHandler (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/utils/ |
D | signal_util.cc | 23 SignalGuard::SignalGuard(IntHandlerFunc IntHandler) { RegisterHandlers(IntHandler); } in SignalGuard() argument 35 void SignalGuard::RegisterHandlers(IntHandlerFunc IntHandler) { in RegisterHandlers() argument 42 int_action.sa_sigaction = IntHandler; in RegisterHandlers()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | sig_handler.cc | 32 …new_int_action.sa_sigaction = [](int num, siginfo_t *info, void *ctx) { IntHandler(num, info, ctx)… in RegisterHandlers() 36 …new_term_action.sa_sigaction = [](int num, siginfo_t *info, void *ctx) { IntHandler(num, info, ctx… in RegisterHandlers() 44 extern void IntHandler(int sig_num, // The signal that was raised in IntHandler() function
|
D | sig_handler.h | 29 extern void IntHandler(int sig_num, // The signal that was raised
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_kernel_runtime.cc | 108 void IntHandler(int, siginfo_t *, void *) { in IntHandler() function 703 SignalGuard sg(IntHandler); in Run()
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
D | graph_scheduler.cc | 149 void IntHandler(int, siginfo_t *, void *) { in IntHandler() function 326 SignalGuard sg(IntHandler); in Run()
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 126 Modules/signalmodule.c:IntHandler static PyObject *IntHandler
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 2752 Modules/signalmodule.c - IntHandler -
|