Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.c57 init_rwsem(thread__namespaces_lock(thread)); in thread__new()
99 down_write(thread__namespaces_lock(thread)); in thread__delete()
105 up_write(thread__namespaces_lock(thread)); in thread__delete()
117 exit_rwsem(thread__namespaces_lock(thread)); in thread__delete()
157 down_read(thread__namespaces_lock(thread)); in thread__namespaces()
159 up_read(thread__namespaces_lock(thread)); in thread__namespaces()
193 down_write(thread__namespaces_lock(thread)); in thread__set_namespaces()
195 up_write(thread__namespaces_lock(thread)); in thread__set_namespaces()
H A Dthread.h230 static inline struct rw_semaphore *thread__namespaces_lock(struct thread *thread) in thread__namespaces_lock() function