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.h158 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.c386 semaphore_signal(tst->os_state.child_done); in pthread_hijack()
Dsyswrap-darwin.c6485 semaphore_create(mach_task_self(), &tst->os_state.child_done, in PRE()
6499 semaphore_wait(tst->os_state.child_done); in POST()
6501 semaphore_destroy(mach_task_self(), tst->os_state.child_done); in POST()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c479 VG_(memset)(&tst->os_state.child_done, 0, sizeof(tst->os_state.child_done)); in os_state_clear()