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

  /src/lib/libpthread/
pthread_types.h 36 * We use the "pthread_spin_t" name internally; "pthread_spinlock_t" is the
43 typedef __cpu_simple_lock_t pthread_spin_t; typedef in typeref:typename:__cpu_simple_lock_t
48 typedef pthread_spin_t __pthread_spin_t;
261 pthread_spin_t ptb_lock;
pthread_types.h 36 * We use the "pthread_spin_t" name internally; "pthread_spinlock_t" is the
43 typedef __cpu_simple_lock_t pthread_spin_t; typedef in typeref:typename:__cpu_simple_lock_t
48 typedef pthread_spin_t __pthread_spin_t;
261 pthread_spin_t ptb_lock;

Completed in 24 milliseconds