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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
hand-call-in-threads.c 30 int thread_count; variable
40 ++thread_count;
41 if (thread_count == NR_THREADS)
86 if (thread_count == NR_THREADS)
92 if (thread_count == NR_THREADS)
interrupted-hand-call.c 34 int thread_count; variable
46 ++thread_count;
47 if (thread_count == NR_THREADS)
107 if (thread_count == NR_THREADS)
113 if (thread_count == NR_THREADS)
queue-signal.c 31 int thread_count; variable
39 ++thread_count;
90 if (thread_count == nr_threads)
  /src/external/gpl3/gdb/dist/gdbsupport/
thread-pool.h 140 size_t thread_count () const function in class:gdb::thread_pool
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
hand-call-in-threads.c 30 int thread_count; variable
40 ++thread_count;
41 if (thread_count == NR_THREADS)
86 if (thread_count == NR_THREADS)
92 if (thread_count == NR_THREADS)
interrupted-hand-call.c 34 int thread_count; variable
46 ++thread_count;
47 if (thread_count == NR_THREADS)
107 if (thread_count == NR_THREADS)
113 if (thread_count == NR_THREADS)
queue-signal.c 31 int thread_count; variable
39 ++thread_count;
90 if (thread_count == nr_threads)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
thread-pool.h 140 size_t thread_count () const function in class:gdb::thread_pool
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
exit-multiple-threads.c 25 int thread_count = 3; variable
28 started. Is initialised to THREAD_COUNT and each thread decrements it
74 this thread numbered 1 to THREAD_COUNT (a global). */
84 if (id != thread_count)
116 this thread numbered 1 to THREAD_COUNT (a global). */
126 if (id == thread_count)
162 int i, max = thread_count;
174 counter = thread_count;
  /src/external/gpl3/gdb/dist/gdbserver/
inferiors.h 96 unsigned int thread_count () const function in struct:process_info
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
exit-multiple-threads.c 26 int thread_count = 3; variable
29 started. Is initialised to THREAD_COUNT and each thread decrements it
75 this thread numbered 1 to THREAD_COUNT (a global). */
85 if (id != thread_count)
117 this thread numbered 1 to THREAD_COUNT (a global). */
127 if (id == thread_count)
163 int i, max = thread_count;
175 counter = thread_count;
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat-info.c 342 unsigned int thread_count; local
351 result = task_threads (task, &threads, &thread_count);
355 for (i = 0; i < thread_count; ++i)
362 (thread_count * sizeof (thread_t)));
thread.c 626 thread_count (process_stratum_target *proc_target) function
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat-info.c 342 unsigned int thread_count; local
351 result = task_threads (task, &threads, &thread_count);
355 for (i = 0; i < thread_count; ++i)
362 (thread_count * sizeof (thread_t)));
thread.c 625 thread_count (process_stratum_target *proc_target) function
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 127 mach_msg_type_number_t thread_count; local
129 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
135 sizeof(thread_t) * thread_count);
136 return static_cast<size_t>(thread_count);
gtest-death-test.cc 239 // caller not to pass a thread_count of 1.
240 static std::string DeathTestThreadWarning(size_t thread_count) {
244 if (thread_count == 0) {
247 msg << "detected " << thread_count << " threads."; local
1120 const size_t thread_count = GetThreadCount(); local
1121 if (thread_count != 1) {
1122 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count);
  /src/external/bsd/top/dist/machine/
m_macosx.c 205 unsigned int thread_count; member in struct:macos_proc
465 pp->thread_count,
910 mp->thread_count = 0;
911 rc = task_threads(the_task, &thread_list, &(mp->thread_count));
924 for(i = 0; i < mp->thread_count; i++)
944 vm_deallocate(mach_task_self(), (vm_address_t)thread_list, sizeof(thread_array_t)*(mp->thread_count));

Completed in 49 milliseconds