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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
main-thread-exit-during-detach.c 39 thread_worker (void *arg) function
53 pthread_create (&thr, NULL, thread_worker, NULL);
stop-with-handle.c 27 thread_worker (void *payload) function
41 if (pthread_create (&the_thread, NULL, thread_worker, NULL))
del-pending-thread-bp.c 31 thread_worker (void *arg) function
53 if (pthread_create (&thread, NULL, thread_worker, NULL) != 0)
thread-bp-deleted.c 60 thread_worker (void *arg) function
76 pthread_create (&thr[i], NULL, thread_worker, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
main-thread-exit-during-detach.c 39 thread_worker (void *arg) function
53 pthread_create (&thr, NULL, thread_worker, NULL);
stop-with-handle.c 27 thread_worker (void *payload) function
41 if (pthread_create (&the_thread, NULL, thread_worker, NULL))
del-pending-thread-bp.c 31 thread_worker (void *arg) function
53 if (pthread_create (&thread, NULL, thread_worker, NULL) != 0)
thread-bp-deleted.c 60 thread_worker (void *arg) function
76 pthread_create (&thr[i], NULL, thread_worker, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-thread-bp-deleted.c 60 thread_worker (void *arg) function
76 pthread_create (&thr[i], NULL, thread_worker, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-thread-bp-deleted.c 60 thread_worker (void *arg) function
76 pthread_create (&thr[i], NULL, thread_worker, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
exit-multiple-threads.c 111 #define thread_worker thread_worker_exiting macro
145 #define thread_worker thread_worker_signalling macro
181 if (pthread_create (&thr->thread, NULL, thread_worker, &thr->id) != 0)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
exit-multiple-threads.c 111 #define thread_worker thread_worker_exiting macro
145 #define thread_worker thread_worker_signalling macro
181 if (pthread_create (&thr->thread, NULL, thread_worker, &thr->id) != 0)
  /src/external/bsd/unbound/dist/libunbound/
context.h 97 struct libworker* thread_worker; member in struct:ub_ctx

Completed in 57 milliseconds