Searched refs:child_done (Results 1 – 5 of 5) sorted by relevance
158 semaphore_t child_done; member
344 semaphore_signal(tst->os_state.child_done); in pthread_hijack()
386 semaphore_signal(tst->os_state.child_done); in pthread_hijack()
6485 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()
479 VG_(memset)(&tst->os_state.child_done, 0, sizeof(tst->os_state.child_done)); in os_state_clear()