Searched refs:executor_handler_thread_id (Results 1 – 2 of 2) sorted by relevance
161 pthread_join(info.executor_handler_thread_id, NULL); in execute_one_test()278 …T_QUIET; T_ASSERT_POSIX_ZERO(pthread_create(¶m->executor_handler_thread_id, NULL, test_executo… in create_executor_handler_thread()299 int pthread_kill_val = pthread_kill(param->executor_handler_thread_id, SIGUSR1); in terminate_executor_handler_thread()301 …T_QUIET; T_ASSERT_POSIX_ZERO( pthread_join(param->executor_handler_thread_id, &ret_value), "Verifi… in terminate_executor_handler_thread()
67 …pthread_t executor_handler_thread_id; /** Posix thread … member