HomeSort by relevance Sort by last modified time
    Searched full:thread_finished (Results 1 - 5 of 5) sorted by null

  /external/valgrind/drd/tests/
pth_barrier_thr_cr.c 4 * test program that triggers the code guarded by if (q->thread_finished) in
  /external/valgrind/drd/
drd_barrier.c 49 Bool thread_finished;// Whether thread 'tid' has finished. member in struct:barrier_thread_info
90 p->thread_finished = False;
364 if (q->thread_finished) {
512 q->thread_finished = True;
drd_thread.h 155 void DRD_(thread_finished)(const DrdThreadId tid);
drd_main.c 722 DRD_(thread_finished)(drd_tid);
    [all...]
drd_thread.c 547 void DRD_(thread_finished)(const DrdThreadId tid) function
    [all...]

Completed in 127 milliseconds