Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtimerfd.c48 static kmutex_t timerfd_lock; /* lock protecting state */ variable
117 mutex_enter(&timerfd_lock); in timerfd_open()
124 mutex_exit(&timerfd_lock); in timerfd_open()
134 mutex_exit(&timerfd_lock); in timerfd_open()
416 mutex_enter(&timerfd_lock); in timerfd_close()
429 mutex_exit(&timerfd_lock); in timerfd_close()
448 mutex_enter(&timerfd_lock); in timerfd_attach()
453 mutex_exit(&timerfd_lock); in timerfd_attach()
461 mutex_exit(&timerfd_lock); in timerfd_attach()
472 mutex_exit(&timerfd_lock); in timerfd_attach()
[all …]