Searched refs:thread__comm_lock (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dthread.c57 init_rwsem(thread__comm_lock(thread));
111 down_write(thread__comm_lock(thread));
116 up_write(thread__comm_lock(thread));
122 exit_rwsem(thread__comm_lock(thread));
264 down_write(thread__comm_lock(thread));
266 up_write(thread__comm_lock(thread));
301 down_read(thread__comm_lock(thread));
303 up_read(thread__comm_lock(thread));
325 down_read(thread__comm_lock(thread));
328 up_read(thread__comm_lock(threa
[all...]
H A Dthread.h239 static inline struct rw_semaphore *thread__comm_lock(struct thread *thread) function

Completed in 253 milliseconds