Searched refs:thread_list_t (Results 1 – 2 of 2) sorted by relevance
74 } thread_list_t; typedef297 thread_list_t* thread = malloc(sizeof(thread_list_t)); in test_work_concurrently()303 thread_list_t* next; in test_work_concurrently()304 thread_list_t* tmp; in test_work_concurrently()305 list_for_every_entry_safe(&env.threads, next, tmp, thread_list_t, node) { in test_work_concurrently()
73 } thread_list_t; typedef673 thread_list_t* thread = malloc(sizeof(thread_list_t)); in test_random_op_multithreaded()682 thread_list_t* next; in test_random_op_multithreaded()683 thread_list_t* prev = NULL; in test_random_op_multithreaded()684 list_for_every_entry(&env.threads, next, thread_list_t, node) { in test_random_op_multithreaded()
Completed in 6 milliseconds