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

  /src/lib/libpthread/
pthread_spin.c 100 while (pthread__spintrylock(self, &lock->pts_spin) == 0) {
116 if (pthread__spintrylock(self, &lock->pts_spin) == 0)
pthread_int.h 218 static inline int pthread__spintrylock(pthread_t, pthread_spin_t *)
221 pthread__spintrylock(pthread_t self, pthread_spin_t *lock) function in typeref:typename:int

Completed in 14 milliseconds