Searched defs:_read (Results 1 – 2 of 2) sorted by relevance
114 let _read = lock.write().await; in ylong_rwlock_write_task() localVariable119 let _read = lock.read().await; in ylong_rwlock_task() localVariable123 let _read = lock.write().await; in tokio_rwlock_write_task() localVariable127 let _read = lock.read().await; in tokio_rwlock_task() localVariable
81 int (*_read)(void*, char*, int); member