Searched refs:_nc_use_pthreads (Results 1 – 4 of 4) sorted by relevance
323 if (_nc_use_pthreads) in _nc_init_pthreads()337 _nc_use_pthreads = 1; in _nc_init_pthreads()355 if (_nc_use_pthreads) { in _nc_mutex_init()366 if (_nc_use_pthreads != 0) in _nc_mutex_lock()375 if (_nc_use_pthreads != 0) in _nc_mutex_trylock()384 if (_nc_use_pthreads != 0) in _nc_mutex_unlock()
344 if (_nc_use_pthreads && sp != CURRENT_SCREEN) { in _nc_keypad()
362 if (_nc_use_pthreads) { in recur_wrefresh()370 if (_nc_use_pthreads && !same_sp) { in recur_wrefresh()396 if (_nc_use_pthreads && sp != CURRENT_SCREEN) { in recur_wgetnstr()
260 #define _nc_use_pthreads _nc_globals.use_pthreads macro