HomeSort by: relevance | last modified time | path
    Searched defs:thread_ids (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
multiple-successive-infcall.c 33 static int thread_ids[THREADCOUNT]; variable
42 return thread_ids[tid];
97 thread_ids[tid] = tid + 2; /* prethreadcreationmarker */
99 (void *) &thread_ids[tid]);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
multiple-successive-infcall.c 33 static int thread_ids[THREADCOUNT]; variable
42 return thread_ids[tid];
97 thread_ids[tid] = tid + 2; /* prethreadcreationmarker */
99 (void *) &thread_ids[tid]);
  /src/sys/external/bsd/compiler_rt/dist/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));

Completed in 13 milliseconds