Searched refs:child_done (Results 1 – 5 of 5) sorted by relevance
149 semaphore_t child_done; member
343 semaphore_signal(tst->os_state.child_done); in pthread_hijack()
402 semaphore_signal(tst->os_state.child_done); in pthread_hijack()
7680 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()
498 VG_(memset)(&tst->os_state.child_done, 0, sizeof(tst->os_state.child_done)); in os_state_clear()