OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeout_handler
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/realtime/func/pi-tests/
test-skeleton.c
72
static void
timeout_handler
(int sig)
function
110
signal(SIGALRM,
timeout_handler
);
/external/swiftshader/third_party/subzero/pydir/
bisection-tool.py
35
def
timeout_handler
(signum, frame):
function in function:Runner.Run
59
signal.signal(signal.SIGALRM,
timeout_handler
)
/external/llvm/utils/lit/lit/
run.py
253
def
timeout_handler
():
function in function:Run.execute_tests
255
timeout_timer = threading.Timer(max_time,
timeout_handler
)
Completed in 174 milliseconds