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

  /external/valgrind/main/coregrind/m_scheduler/
priv_sema.h 46 void ML_(sema_up) ( vg_sema_t *sema, Bool as_LL );
sema.c 121 void ML_(sema_up)( vg_sema_t *sema, Bool as_LL ) function
138 "VG_(sema_up):write returned %d\n", ret);
scheduler.c 306 ML_(sema_up)(&the_BigLock, False/*not LL*/);
318 ML_(sema_up)(&the_BigLock, True/*LL*/);
340 ML_(sema_up)(&the_BigLock, False/*not LL*/);
    [all...]
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 161 static void DRD_(sema_up)(DrdSema* sema);
216 static void DRD_(sema_up)(DrdSema* sema) function
339 DRD_(sema_up)(&arg_ptr->wrapper_started);
    [all...]

Completed in 2179 milliseconds