Home
last modified time | relevance | path

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

/tools/perf/util/
Dthread.c52 init_rwsem(&thread->namespaces_lock); in thread__new()
93 down_write(&thread->namespaces_lock); in thread__delete()
99 up_write(&thread->namespaces_lock); in thread__delete()
111 exit_rwsem(&thread->namespaces_lock); in thread__delete()
164 down_read(&thread->namespaces_lock); in thread__namespaces()
166 up_read(&thread->namespaces_lock); in thread__namespaces()
200 down_write(&thread->namespaces_lock); in thread__set_namespaces()
202 up_write(&thread->namespaces_lock); in thread__set_namespaces()
Dthread.h38 struct rw_semaphore namespaces_lock; member