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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
nsintrall.c 32 void *thread_result; local
nsmoribund.c 53 void *thread_result; local
69 pthread_join (threads[i], &thread_result);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
pending-step.c 31 void *thread_result; local
thread-specific.c 30 void *thread_result; local
watchpoint-fork-child.c 46 void *thread_result; local
82 i = pthread_join (thread, &thread_result);
84 assert (thread_result == (void *) 99UL);
watchthreads.c 36 void *thread_result; local
local-watch-wrong-thread.c 71 void *thread_result; local
85 pthread_join (threads[0], &thread_result);
86 pthread_join (threads[1], &thread_result);
print-threads.c 15 void *thread_result; local
26 res = pthread_join(threads[i], &thread_result);
schedlock.c 32 void *thread_result; local
threadapply.c 36 void *thread_result; local
watchpoint-fork-mt.c 114 void *thread_result; local
167 i = pthread_join (thread, &thread_result);
169 assert (thread_result == (void *) 5UL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
nsintrall.c 32 void *thread_result; local
nsmoribund.c 53 void *thread_result; local
69 pthread_join (threads[i], &thread_result);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
pending-step.c 31 void *thread_result; local
thread-specific.c 30 void *thread_result; local
watchpoint-fork-child.c 46 void *thread_result; local
82 i = pthread_join (thread, &thread_result);
84 assert (thread_result == (void *) 99UL);
watchthreads.c 36 void *thread_result; local
print-threads.c 15 void *thread_result; local
26 res = pthread_join(threads[i], &thread_result);
local-watch-wrong-thread.c 71 void *thread_result; local
85 pthread_join (threads[0], &thread_result);
86 pthread_join (threads[1], &thread_result);
schedlock.c 32 void *thread_result; local
threadapply.c 36 void *thread_result; local
watchpoint-fork-mt.c 114 void *thread_result; local
167 i = pthread_join (thread, &thread_result);
169 assert (thread_result == (void *) 5UL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
watch_thread_num.c 43 void *thread_result; local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
watch_thread_num.c 43 void *thread_result; local

Completed in 27 milliseconds