Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_threadstate.h148 semaphore_t child_go; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c287 semaphore_wait(tst->os_state.child_go); in pthread_hijack()
Dsyswrap-amd64-darwin.c347 semaphore_wait(tst->os_state.child_go); in pthread_hijack()
Dsyswrap-darwin.c7678 semaphore_create(mach_task_self(), &tst->os_state.child_go, in PRE()
7693 semaphore_signal(tst->os_state.child_go); in POST()
7695 semaphore_destroy(mach_task_self(), tst->os_state.child_go); in POST()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c497 VG_(memset)(&tst->os_state.child_go, 0, sizeof(tst->os_state.child_go)); in os_state_clear()