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

  /src/lib/libpthread/
pthread_spin.c 71 pthread_lockinit(&lock->pts_spin);
83 if (!__SIMPLELOCK_UNLOCKED_P(&lock->pts_spin))
100 while (pthread__spintrylock(self, &lock->pts_spin) == 0) {
116 if (pthread__spintrylock(self, &lock->pts_spin) == 0)
130 pthread__spinunlock(self, &lock->pts_spin);
pthread_types.h 210 __pthread_spin_t pts_spin; member in struct:__pthread_spinlock_st

Completed in 13 milliseconds