Searched refs:read_thread (Results 1 – 3 of 3) sorted by relevance
297 _nc_globals.read_thread = pthread_self(); in _nc_set_read_thread()299 _nc_globals.read_thread = 0; in _nc_set_read_thread()312 if (_nc_globals.read_thread) { in handle_SIGWINCH()313 if (!pthread_equal(pthread_self(), _nc_globals.read_thread)) in handle_SIGWINCH()314 pthread_kill(_nc_globals.read_thread, SIGWINCH); in handle_SIGWINCH()315 _nc_globals.read_thread = 0; in handle_SIGWINCH()
232 pthread_t read_thread; /* The reading thread */ member
222 show_THREAD(NCURSES_GLOBALS, read_thread); in main()