Searched refs:thread_data_t (Results 1 – 3 of 3) sorted by relevance
32 } thread_data_t; typedef44 thread_data_t* threads;
261 data->threads = static_cast<thread_data_t*>(tu_calloc(max_threads, sizeof(data->threads[0]))); in attach_inferior()
51 } thread_data_t; typedef213 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