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

/fuchsia/zircon/system/utest/fs/
H A Dtest-rw-workers.c74 } thread_list_t; typedef in typeref:struct:thread_list
297 thread_list_t* thread = malloc(sizeof(thread_list_t));
303 thread_list_t* next;
304 thread_list_t* tmp;
305 list_for_every_entry_safe(&env.threads, next, tmp, thread_list_t, node) {
H A Dtest-random-op.c73 } thread_list_t; typedef in typeref:struct:thread_list
673 thread_list_t* thread = malloc(sizeof(thread_list_t));
682 thread_list_t* next;
683 thread_list_t* prev = NULL;
684 list_for_every_entry(&env.threads, next, thread_list_t, node) {

Completed in 78 milliseconds