Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_threadstate.h156 semaphore_t child_done; member
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c344 semaphore_signal(tst->os_state.child_done); in pthread_hijack()
Dsyswrap-amd64-darwin.c356 semaphore_signal(tst->os_state.child_done); in pthread_hijack()
Dsyswrap-darwin.c6460 semaphore_create(mach_task_self(), &tst->os_state.child_done, in PRE()
6474 semaphore_wait(tst->os_state.child_done); in POST()
6476 semaphore_destroy(mach_task_self(), tst->os_state.child_done); in POST()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c442 VG_(memset)(&tst->os_state.child_done, 0, sizeof(tst->os_state.child_done)); in os_state_clear()