Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcomm.c19 static struct rw_semaphore comm_str_lock = {.lock = PTHREAD_RWLOCK_INITIALIZER,}; variable
32 down_write(&comm_str_lock); in comm_str__put()
34 up_write(&comm_str_lock); in comm_str__put()
100 down_write(&comm_str_lock); in comm_str__findnew()
102 up_write(&comm_str_lock); in comm_str__findnew()