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

  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
frames.py 35 thread_ids: Dict[int, int] = {}
45 global thread_ids
46 thread_ids = {}
56 global thread_ids
57 if id in thread_ids:
58 thread_id = thread_ids[id]
109 global thread_ids
110 thread_ids[num] = gdb.selected_thread().global_num
  /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/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
frames.py 35 thread_ids: Dict[int, int] = {}
45 global thread_ids
46 thread_ids = {}
56 if id in thread_ids:
57 thread_id = thread_ids[id]
107 thread_ids[num] = gdb.selected_thread().global_num
  /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 17 milliseconds