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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
next-fork-other-thread.c 30 forker (void *arg) function
78 int ret = pthread_create (&thread[i], NULL, forker, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
next-fork-other-thread.c 30 forker (void *arg) function
78 int ret = pthread_create (&thread[i], NULL, forker, NULL);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test.cc 176 pthread_t workers[kNumWorkers], forker; local
180 PTHREAD_CREATE(&forker, 0, MallocIntrospectionLockForker, 0);
184 PTHREAD_JOIN(forker, 0);

Completed in 16 milliseconds