Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dkqueue_file_tests.c280 execute_action(void *actionptr) in execute_action() function
486 res = *((int *) execute_action(&(actions[i]))); in execute_action_list()
556 (void)execute_action(&dowr); in execute_test()
561 res = pthread_create(&thr, NULL, execute_action, (void*) &test->t_helpthreadact); in execute_test()