Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_threadstate.h164 semaphore_t child_go; member
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c288 semaphore_wait(tst->os_state.child_go); in pthread_hijack()
Dsyswrap-amd64-darwin.c331 semaphore_wait(tst->os_state.child_go); in pthread_hijack()
Dsyswrap-darwin.c6509 semaphore_create(mach_task_self(), &tst->os_state.child_go, in PRE()
6524 semaphore_signal(tst->os_state.child_go); in POST()
6526 semaphore_destroy(mach_task_self(), tst->os_state.child_go); in POST()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c492 VG_(memset)(&tst->os_state.child_go, 0, sizeof(tst->os_state.child_go)); in os_state_clear()