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

  /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.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))
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.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.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.old/dist/gdb/testsuite/gdb.server/
exit-multiple-threads.c 112 #define thread_worker thread_worker_exiting macro
146 #define thread_worker thread_worker_signalling macro
182 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
libunbound.c 348 if(ctx->created_bg && ctx->pipe_pid != getpid() && ctx->thread_worker) {
353 ctx->thread_worker->base);
354 libworker_delete_event(ctx->thread_worker);
355 ctx->thread_worker = NULL;
libworker.c 386 ctx->thread_worker = w;

Completed in 35 milliseconds