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

/external/valgrind/coregrind/
H A Dpub_core_threadstate.h149 semaphore_t child_done; member in struct:__anon16202
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-x86-darwin.c343 semaphore_signal(tst->os_state.child_done);
H A Dsyswrap-amd64-darwin.c402 semaphore_signal(tst->os_state.child_done);
H A Dsyswrap-darwin.c7341 semaphore_create(mach_task_self(), &tst->os_state.child_done,
7355 semaphore_wait(tst->os_state.child_done);
7357 semaphore_destroy(mach_task_self(), tst->os_state.child_done);
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c490 VG_(memset)(&tst->os_state.child_done, 0, sizeof(tst->os_state.child_done));

Completed in 99 milliseconds