Searched refs:thread_ids (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 47 static int thread_ids[NUM_THREADS]; variable 73 thread_ids[i] = i; in main() 74 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]); in main()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stoptheworld_test.cc | 100 pthread_t thread_ids[kThreadCount]; member 120 pthread_create(&callback_argument->thread_ids[this_thread_index + 1], in AdvancedIncrementerThread() 170 pthread_create_result = pthread_create(&argument.thread_ids[0], NULL, in TEST() 188 ASSERT_EQ(0, pthread_join(argument.thread_ids[i], NULL)); in TEST()
|
/external/valgrind/none/tests/ |
D | pth_cvsimple.c | 25 int thread_ids[3] = {0,1,2}; variable
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 341 GetCurrentThreadIDs (std::vector<lldb::tid_t> &thread_ids,
|
D | GDBRemoteCommunicationClient.cpp | 2287 GDBRemoteCommunicationClient::GetCurrentThreadIDs (std::vector<lldb::tid_t> &thread_ids, in GetCurrentThreadIDs() argument 2291 thread_ids.clear(); in GetCurrentThreadIDs() 2313 thread_ids.push_back (tid); in GetCurrentThreadIDs() 2331 return thread_ids.size(); in GetCurrentThreadIDs()
|