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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
non-ldr-exc-3.c 65 pthread_t loop_thread[THREADS]; variable
93 i = pthread_create (&loop_thread[t], NULL, just_loop, NULL);
non-ldr-exc-4.c 61 pthread_t loop_thread[THREADS]; variable
87 i = pthread_create (&loop_thread[t], NULL, just_loop, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
non-ldr-exc-3.c 65 pthread_t loop_thread[THREADS]; variable
93 i = pthread_create (&loop_thread[t], NULL, just_loop, NULL);
non-ldr-exc-4.c 61 pthread_t loop_thread[THREADS]; variable
87 i = pthread_create (&loop_thread[t], NULL, just_loop, NULL);
  /src/external/mpl/bind/dist/lib/isc/
loop.c 300 loop_thread(void *arg) { function
510 isc_thread_create(loop_thread, loop, &loop->thread);
516 isc_thread_main(loop_thread, &loopmgr->loops[0]);

Completed in 18 milliseconds