HomeSort by: relevance | last modified time | path
    Searched defs:main_thread (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
gcore-stale-thread.c 21 static pthread_t main_thread; variable
28 i = pthread_join (main_thread, NULL);
40 main_thread = pthread_self ();
leader-exit.c 22 static volatile pthread_t main_thread; variable
29 i = pthread_join (main_thread, NULL);
42 main_thread = pthread_self ();
stepi-random-signal.c 22 static pthread_t main_thread; variable
28 pthread_kill (main_thread, SIGCHLD);
41 main_thread = pthread_self ();
no-unwaited-for-left.c 20 static volatile pthread_t main_thread; variable
38 i = pthread_join (main_thread, NULL);
56 main_thread = pthread_self ();
non-ldr-exc-2.c 26 static volatile pthread_t main_thread; variable
34 i = pthread_join (main_thread, NULL);
64 main_thread = pthread_self ();
sigthread.c 31 pthread_t main_thread; variable
65 main_thread = pthread_self ();
non-ldr-exc-3.c 26 static volatile pthread_t main_thread; variable
37 i = pthread_join (main_thread, NULL);
84 main_thread = pthread_self ();
attach-many-short-lived-threads.c 26 pthread_t main_thread; variable
80 if (p->parent != main_thread)
142 main_thread = pthread_self ();
152 p->parent = main_thread;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
gcore-stale-thread.c 21 static pthread_t main_thread; variable
28 i = pthread_join (main_thread, NULL);
40 main_thread = pthread_self ();
leader-exit.c 22 static volatile pthread_t main_thread; variable
29 i = pthread_join (main_thread, NULL);
42 main_thread = pthread_self ();
stepi-random-signal.c 22 static pthread_t main_thread; variable
28 pthread_kill (main_thread, SIGCHLD);
41 main_thread = pthread_self ();
no-unwaited-for-left.c 20 static volatile pthread_t main_thread; variable
38 i = pthread_join (main_thread, NULL);
56 main_thread = pthread_self ();
non-ldr-exc-2.c 26 static volatile pthread_t main_thread; variable
34 i = pthread_join (main_thread, NULL);
64 main_thread = pthread_self ();
sigthread.c 31 pthread_t main_thread; variable
65 main_thread = pthread_self ();
non-ldr-exc-3.c 26 static volatile pthread_t main_thread; variable
37 i = pthread_join (main_thread, NULL);
84 main_thread = pthread_self ();
attach-many-short-lived-threads.c 26 pthread_t main_thread; variable
80 if (p->parent != main_thread)
142 main_thread = pthread_self ();
152 p->parent = main_thread;
  /src/sbin/iscsid/
iscsid_main.c 52 pthread_t main_thread; /* main thread handle */ variable
502 pthread_kill(main_thread, SIGINT);
568 main_thread = pthread_self();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_rtl.cc 486 AsanThread *main_thread = CreateMainThread(); local
487 CHECK_EQ(0, main_thread->tid());
asan_thread.cc 278 AsanThread *main_thread = AsanThread::Create( local
281 SetCurrentThread(main_thread);
282 main_thread->ThreadStart(internal_getpid(),
284 return main_thread;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 133 ThreadContextBase *main_thread = registry->GetThreadLocked(0); local
134 EXPECT_EQ(main_thread, registry->FindThreadContextLocked(
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_rtl.cpp 490 AsanThread *main_thread = CreateMainThread(); local
491 CHECK_EQ(0, main_thread->tid());
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_rtl.cpp 489 AsanThread *main_thread = CreateMainThread(); local
490 CHECK_EQ(0, main_thread->tid());
  /src/external/mpl/dhcp/bind/dist/lib/isc/
app.c 63 static isc_thread_t main_thread; variable
139 main_thread = GetCurrentThread();
241 REQUIRE(main_thread == GetCurrentThread());
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
hud_cpu.c 320 bool main_thread; member in struct:thread_info
335 if (info->main_thread) {
384 ((struct thread_info*)gr->query_data)->main_thread = main;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
hud_cpu.c 281 bool main_thread; member in struct:thread_info
296 if (info->main_thread) {
345 ((struct thread_info*)gr->query_data)->main_thread = main;

Completed in 53 milliseconds

1 2