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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
forking-threads-plus-breakpoint.c 120 pthread_t bp_thread; local
136 ret = pthread_create (&bp_thread, NULL, thread_breakpoint, NULL);
147 pthread_join (bp_thread, NULL);
forking-threads-plus-breakpoint.c 120 pthread_t bp_thread; local
136 ret = pthread_create (&bp_thread, NULL, thread_breakpoint, NULL);
147 pthread_join (bp_thread, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
forking-threads-plus-breakpoint.c 120 pthread_t bp_thread; local
136 ret = pthread_create (&bp_thread, NULL, thread_breakpoint, NULL);
147 pthread_join (bp_thread, NULL);
forking-threads-plus-breakpoint.c 120 pthread_t bp_thread; local
136 ret = pthread_create (&bp_thread, NULL, thread_breakpoint, NULL);
147 pthread_join (bp_thread, NULL);

Completed in 49 milliseconds