Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds