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

  /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 144 void DRD_(thread_finished)(const DrdThreadId tid);
drd_main.c 717 DRD_(thread_finished)(drd_tid);
    [all...]
drd_thread.c 527 void DRD_(thread_finished)(const DrdThreadId tid) function
    [all...]

Completed in 72 milliseconds