Home
last modified time | relevance | path

Searched refs:handle_signals (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_threadsignals.py29 def handle_signals(sig,frame): function
243 oldsigs = registerSignals(handle_signals, handle_signals, handle_signals)
/third_party/ltp/testcases/misc/math/float/
H A Dmain.c62 int sig_cancel = 0; /* flag set by handle_signals to tell initial thread
65 int indice = 0; /* # of threads created, to be canceled by handle_signals
74 static void *handle_signals(void *);
200 retval = pthread_create(&sig_hand, NULL, handle_signals, NULL); in main()
313 | handle_signals () |
322 static void *handle_signals(void *arg) in handle_signals() function
/third_party/python/Python/
H A Dceval.c672 handle_signals(PyThreadState *tstate) in handle_signals() function
681 /* On failure, re-schedule a call to handle_signals(). */ in handle_signals()
771 int res = handle_signals(tstate); in Py_MakePendingCalls()
1188 if (handle_signals(tstate) != 0) { in eval_frame_handle_pending()

Completed in 12 milliseconds