Searched refs:thread_ids (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Dpipe_barrier_test.c47 static int thread_ids[NUM_THREADS]; variable
73 thread_ids[i] = i;
74 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]);
/external/mesa3d/src/gallium/tests/unit/
H A Dpipe_barrier_test.c47 static int thread_ids[NUM_THREADS]; variable
73 thread_ids[i] = i;
74 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc100 pthread_t thread_ids[kThreadCount]; member in struct:__sanitizer::AdvancedCallbackArgument
120 pthread_create(&callback_argument->thread_ids[this_thread_index + 1],
170 pthread_create_result = pthread_create(&argument.thread_ids[0], NULL,
188 ASSERT_EQ(0, pthread_join(argument.thread_ids[i], NULL));
/external/valgrind/main/none/tests/
H A Dpth_cvsimple.c25 int thread_ids[3] = {0,1,2}; variable
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h341 GetCurrentThreadIDs (std::vector<lldb::tid_t> &thread_ids,
H A DGDBRemoteCommunicationClient.cpp2287 GDBRemoteCommunicationClient::GetCurrentThreadIDs (std::vector<lldb::tid_t> &thread_ids,
2291 thread_ids.clear();
2313 thread_ids.push_back (tid);
2331 return thread_ids.size();
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc1496 PlatformThreadId thread_ids[num_threads]; local
1508 thread_ids[i] = threads[i]->thread_id();
1542 if(static_cast<int>(thread_ids[j]) != tmp_int)

Completed in 340 milliseconds