Home
last modified time | relevance | path

Searched refs:sema_init (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/helgrind/tests/
Dtc18_semabuse.stderr.exp-solaris8 Thread #x's call to sema_init failed
10 at 0x........: sema_init (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-solaris238 Thread #x's call to sema_init failed
240 at 0x........: sema_init (hg_intercepts.c:...)
/external/valgrind/coregrind/m_scheduler/
Dpriv_sema.h45 void ML_(sema_init) ( vg_sema_t *sema );
Dsched-lock-generic.c54 ML_(sema_init)(&p->sema); in create_sched_lock()
Dsema.c55 void ML_(sema_init)(vg_sema_t *sema) in ML_() argument
/external/valgrind/drd/
Ddrd_pthread_intercepts.c232 static void DRD_(sema_init)(DrdSema* sema);
271 static void DRD_(sema_init)(DrdSema* sema) in DRD_() argument
543 DRD_(sema_init)(&wrapper_started); in pthread_create_intercept()
599 DRD_(sema_init)(&wrapper_started); in thr_create_intercept()