Searched defs:mutex_unlock (Results 1 – 5 of 5) sorted by relevance
31 #define mutex_unlock(x) pthread_mutex_unlock(x) macro
63 #define mutex_unlock(a) (void)0 macro
303 static int mutex_unlock(unsigned long *m) in mutex_unlock() function
296 int BPF_PROG(mutex_unlock, struct mutex *lock) in BPF_PROG() argument
156 static inline void mutex_unlock(struct unix_private_data *data, kind_t kind) in mutex_unlock() function