Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.c58 init_rwsem(thread__comm_lock(thread)); in thread__new()
107 down_write(thread__comm_lock(thread)); in thread__delete()
112 up_write(thread__comm_lock(thread)); in thread__delete()
118 exit_rwsem(thread__comm_lock(thread)); in thread__delete()
260 down_write(thread__comm_lock(thread)); in __thread__set_comm()
262 up_write(thread__comm_lock(thread)); in __thread__set_comm()
297 down_read(thread__comm_lock(thread)); in thread__comm_str()
299 up_read(thread__comm_lock(thread)); in thread__comm_str()
321 down_read(thread__comm_lock(thread)); in thread__comm_len()
324 up_read(thread__comm_lock(thread)); in thread__comm_len()
H A Dthread.h240 static inline struct rw_semaphore *thread__comm_lock(struct thread *thread) in thread__comm_lock() function