Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dthread.c53 init_rwsem(&thread->namespaces_lock); in thread__new()
94 down_write(&thread->namespaces_lock); in thread__delete()
100 up_write(&thread->namespaces_lock); in thread__delete()
112 exit_rwsem(&thread->namespaces_lock); in thread__delete()
166 down_read(&thread->namespaces_lock); in thread__namespaces()
168 up_read(&thread->namespaces_lock); in thread__namespaces()
202 down_write(&thread->namespaces_lock); in thread__set_namespaces()
204 up_write(&thread->namespaces_lock); in thread__set_namespaces()
A Dthread.h47 struct rw_semaphore namespaces_lock; member

Completed in 4 milliseconds