HomeSort by relevance Sort by last modified time
    Searched refs:vg_sema_t (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/m_scheduler/
priv_sema.h 41 } vg_sema_t; typedef in typeref:struct:__anon25600
45 void ML_(sema_init) ( vg_sema_t *sema );
46 void ML_(sema_deinit) ( vg_sema_t *sema );
47 void ML_(sema_down) ( vg_sema_t *sema, Bool as_LL );
48 void ML_(sema_up) ( vg_sema_t *sema, Bool as_LL );
sema.c 55 void ML_(sema_init)(vg_sema_t *sema)
86 void ML_(sema_deinit)(vg_sema_t *sema)
98 void ML_(sema_down)( vg_sema_t *sema, Bool as_LL )
130 void ML_(sema_up)( vg_sema_t *sema, Bool as_LL )
sched-lock-generic.c 41 vg_sema_t sema;

Completed in 2613 milliseconds