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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
step-over-clone.c 31 GLOBAL_THREAD_COUNT is set to the number of threads in main, then
34 int global_thread_count = 0; variable
42 global_thread_count--;
68 global_thread_count = (sizeof (stack) / sizeof (stack[0]));
84 while (global_thread_count != 0)
86 /* Force memory barrier so GLOBAL_THREAD_COUNT will be refetched. */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
step-over-clone.c 31 GLOBAL_THREAD_COUNT is set to the number of threads in main, then
34 int global_thread_count = 0; variable
42 global_thread_count--;
68 global_thread_count = (sizeof (stack) / sizeof (stack[0]));
84 while (global_thread_count != 0)
86 /* Force memory barrier so GLOBAL_THREAD_COUNT will be refetched. */

Completed in 30 milliseconds