Searched refs:_nc_use_pthreads (Results 1 – 4 of 4) sorted by relevance
255 if (_nc_use_pthreads) in _nc_init_pthreads()269 _nc_use_pthreads = 1; in _nc_init_pthreads()287 if (_nc_use_pthreads) { in _nc_mutex_init()297 if (_nc_use_pthreads == 0) in _nc_mutex_lock()305 if (_nc_use_pthreads == 0) in _nc_mutex_trylock()313 if (_nc_use_pthreads == 0) in _nc_mutex_unlock()
248 if (_nc_use_pthreads && sp != SP) { in _nc_keypad()
263 if (_nc_use_pthreads && sp != SP) { in recur_wrefresh()289 if (_nc_use_pthreads && sp != SP) { in recur_wgetnstr()
656 #define _nc_use_pthreads _nc_globals.use_pthreads macro