Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dcomm.c20 static struct rw_semaphore comm_str_lock = {.lock = PTHREAD_RWLOCK_INITIALIZER,}; variable
33 down_write(&comm_str_lock); in comm_str__put()
35 up_write(&comm_str_lock); in comm_str__put()
101 down_write(&comm_str_lock); in comm_str__findnew()
103 up_write(&comm_str_lock); in comm_str__findnew()