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

  /external/valgrind/main/coregrind/m_scheduler/
priv_sema.h 39 } vg_sema_t; typedef in typeref:struct:__anon12444
43 void ML_(sema_init) ( vg_sema_t *sema );
44 void ML_(sema_deinit) ( vg_sema_t *sema );
45 void ML_(sema_down) ( vg_sema_t *sema, Bool as_LL );
46 void ML_(sema_up) ( vg_sema_t *sema, Bool as_LL );
sema.c 51 void ML_(sema_init)(vg_sema_t *sema)
79 void ML_(sema_deinit)(vg_sema_t *sema)
90 void ML_(sema_down)( vg_sema_t *sema, Bool as_LL )
121 void ML_(sema_up)( vg_sema_t *sema, Bool as_LL )
scheduler.c 141 static vg_sema_t the_BigLock;
    [all...]

Completed in 41 milliseconds