Searched defs:mutex_destroy (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/locking/
H A Dmutex-debug.c100 void mutex_destroy(struct mutex *lock) function
106 EXPORT_SYMBOL_GPL(mutex_destroy); variable
/linux-master/include/linux/
H A Dmutex.h46 static inline void mutex_destroy(struct mutex *lock) {} function
/linux-master/tools/perf/util/
H A Dmutex.c47 void mutex_destroy(struct mutex *mtx) function

Completed in 118 milliseconds