HomeSort by relevance Sort by last modified time
    Searched defs:thread_ids (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/tests/unit/
pipe_barrier_test.c 51 static int thread_ids[NUM_THREADS]; variable
114 thread_ids[i] = i;
115 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]);
  /external/valgrind/none/tests/
pth_cvsimple.c 25 int thread_ids[3] = {0,1,2}; variable
  /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));
  /art/runtime/jdwp/
jdwp_handler.cc 187 std::vector<ObjectId> thread_ids; local
188 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids);
190 expandBufAdd4BE(pReply, thread_ids.size());
191 for (uint32_t i = 0; i < thread_ids.size(); ++i) {
192 expandBufAddObjectId(pReply, thread_ids[i]);
    [all...]
  /external/ltp/testcases/network/netstress/
netstress.c 119 static pthread_t *thread_ids; variable
348 thread_ids = SAFE_MALLOC(sizeof(pthread_t) * clients_num);
374 SAFE_PTHREAD_CREATE(&thread_ids[i], 0, client_fn, NULL);
383 pthread_join(thread_ids[i], &res);
411 free(thread_ids);
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 1692 PlatformThreadId thread_ids[kNumThreads]; local
    [all...]

Completed in 154 milliseconds