Home
last modified time | relevance | path

Searched refs:sema_down (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_scheduler/
Dpriv_sema.h45 void ML_(sema_down) ( vg_sema_t *sema, Bool as_LL );
Dsema.c90 void ML_(sema_down)( vg_sema_t *sema, Bool as_LL ) in ML_() argument
Dscheduler.c250 ML_(sema_down)(&the_BigLock, False/*not LL*/); in VG_()
312 ML_(sema_down)(&the_BigLock, True/*LL*/); in VG_()
529 ML_(sema_down)(&the_BigLock, False/*not LL*/); in sched_fork_cleanup()
/external/valgrind/main/drd/
Ddrd_pthread_intercepts.c160 static void DRD_(sema_down)(DrdSema* sema);
192 static void DRD_(sema_down)(DrdSema* sema) in DRD_() argument
463 DRD_(sema_down)(&thread_args.wrapper_started); in pthread_create_intercept()