HomeSort by: relevance | last modified time | path
    Searched defs:pthread__rwlock_spin (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread_rwlock.c 139 pthread__rwlock_spin(uintptr_t owner) function in typeref:typename:NOINLINE int
195 if (pthread__rwlock_spin(owner)) {
196 while (pthread__rwlock_spin(owner)) {
317 if (pthread__rwlock_spin(owner)) {
318 while (pthread__rwlock_spin(owner)) {
pthread_rwlock.c 139 pthread__rwlock_spin(uintptr_t owner) function in typeref:typename:NOINLINE int
195 if (pthread__rwlock_spin(owner)) {
196 while (pthread__rwlock_spin(owner)) {
317 if (pthread__rwlock_spin(owner)) {
318 while (pthread__rwlock_spin(owner)) {

Completed in 22 milliseconds