Searched refs:_thr_is_smp (Results 1 – 5 of 5) sorted by relevance
116 int _thr_is_smp = 0; variable478 len = sizeof(_thr_is_smp); in init_private()479 sysctlbyname("kern.smp.cpus", &_thr_is_smp, &len, NULL, 0); in init_private()480 _thr_is_smp = (_thr_is_smp > 1); in init_private()
130 if (!_thr_is_smp) { in _pthread_spin_lock()
94 if (!_thr_is_smp) in __thr_umutex_lock_spin()
751 extern int _thr_is_smp __hidden;
670 if (!_thr_is_smp) in mutex_lock_sleep()