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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
clone-thread_db.c 41 thread_fn (void *arg) function
71 pthread_create (&child, NULL, thread_fn, NULL);
access-mem-running-thread-exit.c 61 thread_fn (void *arg) function
81 create_thread (&child[i], thread_fn, NULL);
94 create_thread (&child, thread_fn, p);
119 create_thread (&child, thread_fn, p);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
clone-thread_db.c 41 thread_fn (void *arg) function
71 pthread_create (&child, NULL, thread_fn, NULL);
access-mem-running-thread-exit.c 61 thread_fn (void *arg) function
81 create_thread (&child[i], thread_fn, NULL);
94 create_thread (&child, thread_fn, p);
126 create_thread (&child, thread_fn, p);
  /src/tests/lib/libpthread/
h_thread_local_dtor.cpp 60 void thread_fn() { function
70 std::thread{thread_fn}.join();
  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 448 /* Create a new select thread for SCB executing THREAD_FN. The STATE
451 create_select_thread (thread_fn_type thread_fn,
466 state->thread = CreateThread (NULL, 0, thread_fn, scb, 0, &threadId);
705 thread_fn_type thread_fn; local
720 thread_fn = console_select_thread;
722 thread_fn = pipe_select_thread;
724 thread_fn = file_select_thread;
726 create_select_thread (thread_fn, scb, state);
  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 448 /* Create a new select thread for SCB executing THREAD_FN. The STATE
451 create_select_thread (thread_fn_type thread_fn,
466 state->thread = CreateThread (NULL, 0, thread_fn, scb, 0, &threadId);
705 thread_fn_type thread_fn; local
720 thread_fn = console_select_thread;
722 thread_fn = pipe_select_thread;
724 thread_fn = file_select_thread;
726 create_select_thread (thread_fn, scb, state);

Completed in 144 milliseconds