Lines Matching refs:test_context_t

35 static test_context_t *current_test_info;                                              /**   Data t…
41 static void wait_for_exceptions_thread(test_context_t *tests_info); /** Wait f…
43 static void wait_for_executor_thread(test_context_t *info); /** Wait f…
44 static void create_exception_handler_thread(test_context_t *); /** Creato…
45 static void create_executor_handler_thread(test_context_t *param); /** Creati…
46 static void terminate_exception_handler_thread(test_context_t *); /** Order …
47 static void terminate_executor_handler_thread(test_context_t *param); /** Order …
48 static void set_exception_ports(test_context_t *param); /** Functi…
49 static void save_exception_ports(test_context_t *param); /** Save t…
50 static void restore_exception_ports(test_context_t *param); /** Restau…
51 static void wait_for_exceptions_ready(test_context_t *info); /** Synch …
89 diag_mem_threshold_wait_for_exception(test_context_t *param) in diag_mem_threshold_wait_for_exception()
118 test_context_t info = { in execute_one_test()
186 test_context_t info = *(test_context_t *)params; in test_executor_thread()
201 set_exception_ports(__unused test_context_t *param) in set_exception_ports()
227 save_exception_ports(test_context_t *info) in save_exception_ports()
246 restore_exception_ports(test_context_t *info) in restore_exception_ports()
267 create_exception_handler_thread(test_context_t *param) in create_exception_handler_thread()
276 create_executor_handler_thread(test_context_t *param) in create_executor_handler_thread()
285 terminate_exception_handler_thread(test_context_t *param) in terminate_exception_handler_thread()
296 terminate_executor_handler_thread(test_context_t *param) in terminate_executor_handler_thread()
318 test_context_t info = *(test_context_t *)params; in exception_thread()
508 wait_for_exceptions_thread(test_context_t *info) in wait_for_exceptions_thread()
517 wait_for_executor_thread(test_context_t *info) in wait_for_executor_thread()
529 wait_for_exceptions_ready(test_context_t *info) in wait_for_exceptions_ready()