Searched refs:child_done (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h165 semaphore_t child_done; member in struct:__anon32719
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-darwin.c344 semaphore_signal(tst->os_state.child_done);
H A Dsyswrap-amd64-darwin.c386 semaphore_signal(tst->os_state.child_done);
H A Dsyswrap-darwin.c6511 semaphore_create(mach_task_self(), &tst->os_state.child_done,
6525 semaphore_wait(tst->os_state.child_done);
6527 semaphore_destroy(mach_task_self(), tst->os_state.child_done);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c493 VG_(memset)(&tst->os_state.child_done, 0, sizeof(tst->os_state.child_done));

Completed in 947 milliseconds