Home
last modified time | relevance | path

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

/system/utest/fs/
A Dtest-rw-workers.c74 } thread_list_t; typedef
297 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()
A Dtest-random-op.c73 } thread_list_t; typedef
673 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 4 milliseconds