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.c64 init_rwsem(thread__comm_lock(thread)); in thread__new()
113 down_write(thread__comm_lock(thread)); in thread__delete()
118 up_write(thread__comm_lock(thread)); in thread__delete()
124 exit_rwsem(thread__comm_lock(thread)); in thread__delete()
206 SHARED_LOCKS_REQUIRED(thread__comm_lock(thread)) in __thread__comm()
218 down_read(thread__comm_lock(thread)); in thread__comm()
220 up_read(thread__comm_lock(thread)); in thread__comm()
228 down_read(thread__comm_lock(thread)); in thread__exec_comm()
231 up_read(thread__comm_lock(thread)); in thread__exec_comm()
237 up_read(thread__comm_lock(threa in thread__exec_comm()
[all...]
H A Dthread.h248 static inline struct rw_semaphore *thread__comm_lock(struct thread *thread) in thread__comm_list()
254 SHARED_LOCKS_REQUIRED(thread__comm_lock(thread)) in thread__db_id()
243 static inline struct rw_semaphore *thread__comm_lock(struct thread *thread) thread__comm_lock() function