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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
multi-arch-exec.c 30 thread_start (void *arg) function
60 pthread_create (&thread, NULL, thread_start, NULL);
multi-re-run-1.c 34 thread_start (void *arg) function
55 pthread_create (&thread, NULL, thread_start, NULL);
multi-re-run-2.c 34 thread_start (void *arg) function
55 pthread_create (&thread, NULL, thread_start, NULL);
multi-target.c 32 thread_start (void *arg) function
86 pthread_create (&thread, NULL, thread_start, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
multi-arch-exec.c 30 thread_start (void *arg) function
60 pthread_create (&thread, NULL, thread_start, NULL);
multi-re-run-1.c 34 thread_start (void *arg) function
55 pthread_create (&thread, NULL, thread_start, NULL);
multi-re-run-2.c 34 thread_start (void *arg) function
55 pthread_create (&thread, NULL, thread_start, NULL);
multi-target.c 32 thread_start (void *arg) function
86 pthread_create (&thread, NULL, thread_start, NULL);
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_fuchsia.cpp 72 uptr thread_start = reinterpret_cast<uptr>( local
75 InitThreadList(thread_start, alloc_size);
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_fuchsia.cpp 69 uptr thread_start = reinterpret_cast<uptr>( local
72 InitThreadList(thread_start, alloc_size);
  /src/sys/external/bsd/compiler_rt/dist/lib/safestack/
safestack.cc 123 /// Safe stack per-thread information passed to the thread_start function
135 static void *thread_start(void *arg) { function
250 return REAL(pthread_create)(thread, attr, thread_start, tinfo);
  /src/external/bsd/unbound/dist/daemon/
daemon.c 640 thread_start(void* arg) function
678 thread_start, daemon->workers[i]);
  /src/usr.bin/mail/
thread.c 1276 struct message *thread_start; local
1281 thread_start = tp->t_head;
1283 assert(thread_start->m_blink == NULL);
1286 for (mp = thread_start; mp; mp = old_flink) {
1292 if (thread_start->m_plink)
1293 thread_start->m_plink->m_clink = lastmp;

Completed in 19 milliseconds