Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_threadstate.h149 semaphore_t child_done; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c343 semaphore_signal(tst->os_state.child_done); in pthread_hijack()
Dsyswrap-amd64-darwin.c402 semaphore_signal(tst->os_state.child_done); in pthread_hijack()
Dsyswrap-darwin.c7680 semaphore_create(mach_task_self(), &tst->os_state.child_done, in PRE()
7694 semaphore_wait(tst->os_state.child_done); in POST()
7696 semaphore_destroy(mach_task_self(), tst->os_state.child_done); in POST()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c498 VG_(memset)(&tst->os_state.child_done, 0, sizeof(tst->os_state.child_done)); in os_state_clear()