Home
last modified time | relevance | path

Searched refs:thread_ids (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c47 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/
Dsanitizer_stoptheworld_test.cc100 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/
Dpth_cvsimple.c25 int thread_ids[3] = {0,1,2}; variable
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h341 GetCurrentThreadIDs (std::vector<lldb::tid_t> &thread_ids,
DGDBRemoteCommunicationClient.cpp2287 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()