/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
pipe_barrier_test.c | 47 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/ |
pipe_barrier_test.c | 47 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/ |
sanitizer_stoptheworld_test.cc | 100 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/ |
pth_cvsimple.c | 25 int thread_ids[3] = {0,1,2}; variable
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
GDBRemoteCommunicationClient.h | 341 GetCurrentThreadIDs (std::vector<lldb::tid_t> &thread_ids,
|
GDBRemoteCommunicationClient.cpp | [all...] |
/art/runtime/jdwp/ |
jdwp_handler.cc | 227 std::vector<ObjectId> thread_ids; local 228 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids); 230 expandBufAdd4BE(pReply, thread_ids.size()); 231 for (uint32_t i = 0; i < thread_ids.size(); ++i) { 232 expandBufAddObjectId(pReply, thread_ids[i]); [all...] |
/art/runtime/ |
debugger.h | 442 // Fills 'thread_ids' with the threads in the given thread group. If thread_group_id == 0, 444 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)
|
debugger.cc | [all...] |
/external/chromium_org/base/debug/ |
trace_event_unittest.cc | 1479 PlatformThreadId thread_ids[num_threads]; local [all...] |