Searched refs:thread_data_t (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/utest/debugger/
H A Dutils.h32 } thread_data_t; typedef in typeref:struct:__anon1330
44 thread_data_t* threads;
H A Dutils.cpp261 data->threads = static_cast<thread_data_t*>(tu_calloc(max_threads, sizeof(data->threads[0])));
/fuchsia/zircon/system/utest/core/handle-wait/
H A Dhandle-wait.c51 } thread_data_t; typedef in typeref:struct:thread_data
213 thread_data_t* data = arg;
235 thread_data_t thread1_data = {1, thread1_channel[1]};
236 thread_data_t thread2_data = {2, thread2_channel[1]};

Completed in 35 milliseconds