Home
last modified time | relevance | path

Searched refs:maplock (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/src/aio/
H A Daio.c75 static pthread_rwlock_t maplock = PTHREAD_RWLOCK_INITIALIZER; variable
95 pthread_rwlock_rdlock(&maplock); in __aio_get_queue()
97 pthread_rwlock_unlock(&maplock); in __aio_get_queue()
102 pthread_rwlock_wrlock(&maplock); in __aio_get_queue()
127 pthread_rwlock_unlock(&maplock); in __aio_get_queue()
142 * taking the maplock, which requires releasing the queue lock. */ in __aio_unref_queue()
144 pthread_rwlock_wrlock(&maplock); in __aio_unref_queue()
152 pthread_rwlock_unlock(&maplock); in __aio_unref_queue()
157 pthread_rwlock_unlock(&maplock); in __aio_unref_queue()
421 pthread_rwlock_rdlock(&maplock); in __aio_atfork()
[all...]
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c74 static pthread_rwlock_t maplock = PTHREAD_RWLOCK_INITIALIZER; variable
92 pthread_rwlock_rdlock(&maplock); in __aio_get_queue()
94 pthread_rwlock_unlock(&maplock); in __aio_get_queue()
96 pthread_rwlock_wrlock(&maplock); in __aio_get_queue()
121 pthread_rwlock_unlock(&maplock); in __aio_get_queue()
135 * taking the maplock, which requires releasing the queue lock. */ in __aio_unref_queue()
137 pthread_rwlock_wrlock(&maplock); in __aio_unref_queue()
145 pthread_rwlock_unlock(&maplock); in __aio_unref_queue()
150 pthread_rwlock_unlock(&maplock); in __aio_unref_queue()
408 pthread_rwlock_rdlock(&maplock); in __aio_atfork()
[all...]
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c75 static pthread_rwlock_t maplock = PTHREAD_RWLOCK_INITIALIZER; variable
92 pthread_rwlock_rdlock(&maplock); in __aio_get_queue()
94 pthread_rwlock_unlock(&maplock); in __aio_get_queue()
96 pthread_rwlock_wrlock(&maplock); in __aio_get_queue()
121 pthread_rwlock_unlock(&maplock); in __aio_get_queue()
135 * taking the maplock, which requires releasing the queue lock. */ in __aio_unref_queue()
137 pthread_rwlock_wrlock(&maplock); in __aio_unref_queue()
145 pthread_rwlock_unlock(&maplock); in __aio_unref_queue()
150 pthread_rwlock_unlock(&maplock); in __aio_unref_queue()
408 pthread_rwlock_rdlock(&maplock); in __aio_atfork()
[all...]

Completed in 3 milliseconds