Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_scheduler/
Dsched-lock-generic.c58 static void destroy_sched_lock(struct sched_lock *p) in destroy_sched_lock() function
82 .destroy_sched_lock = destroy_sched_lock,
Dticket-lock-linux.c92 static void destroy_sched_lock(struct sched_lock *p) in destroy_sched_lock() function
189 .destroy_sched_lock = destroy_sched_lock,
Dsched-lock.c78 void ML_(destroy_sched_lock)(struct sched_lock *p) in ML_() argument
80 return (sched_lock_ops->destroy_sched_lock)(p); in ML_()
Dpriv_sched-lock-impl.h40 void (*destroy_sched_lock)(struct sched_lock *p); member
Dpriv_sched-lock.h44 void ML_(destroy_sched_lock)(struct sched_lock *p);
Dscheduler.c349 ML_(destroy_sched_lock)(the_BigLock); in deinit_BigLock() local