HomeSort by relevance Sort by last modified time
    Searched refs:handle_signals (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threadsignals.py 26 def handle_signals(sig,frame): function
78 oldsigs = registerSignals(handle_signals, handle_signals, handle_signals)
  /external/libchrome/mojo/public/cpp/bindings/
sync_handle_watcher.h 33 MojoHandleSignals handle_signals,
sync_handle_registry.h 34 // Registers a |Handle| to be watched for |handle_signals|. If any such
38 MojoHandleSignals handle_signals,
  /external/python/cpython2/Lib/test/
test_threadsignals.py 26 def handle_signals(sig,frame): function
80 oldsigs = registerSignals(handle_signals, handle_signals, handle_signals)
  /external/libchrome/mojo/public/cpp/bindings/lib/
sync_handle_watcher.cc 13 MojoHandleSignals handle_signals,
16 handle_signals_(handle_signals),
sync_handle_registry.cc 42 MojoHandleSignals handle_signals,
49 MojoResult result = wait_set_.AddHandle(handle, handle_signals);
  /external/python/cpython3/Lib/test/
test_threadsignals.py 29 def handle_signals(sig,frame): function
240 oldsigs = registerSignals(handle_signals, handle_signals, handle_signals)
  /external/ltp/testcases/misc/math/float/
main.c 62 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);
313 | handle_signals () |
322 static void *handle_signals(void *arg) function

Completed in 375 milliseconds