Home
last modified time | relevance | path

Searched defs:rpwMutex (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/layeh.com/gumble/gumble/
H A Drpwmutex.go6 type rpwMutex struct { struct
7 w sync.Mutex
8 r sync.Mutex
9 n int
12 func (m *rpwMutex) Lock() {
16 func (m *rpwMutex) Unlock() {
20 func (m *rpwMutex) RLock() {
29 func (m *rpwMutex) RUnlock() {
/dports/www/beehive/beehive-0.4.0/vendor/layeh.com/gumble/gumble/
H A Drpwmutex.go6 type rpwMutex struct { struct
7 w sync.Mutex
8 r sync.Mutex
9 n int
12 func (m *rpwMutex) Lock() {
16 func (m *rpwMutex) Unlock() {
20 func (m *rpwMutex) RLock() {
29 func (m *rpwMutex) RUnlock() {