Home
last modified time | relevance | path

Searched refs:sigalrm_action (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.81.2/tests/
H A Davx.c122 struct sigaction sigalrm_action = { in start_timer() local
134 T_ASSERT_NE(sigaction(SIGALRM, &sigalrm_action, NULL), -1, NULL); in start_timer()