Searched refs:read_thread (Results 1 – 5 of 5) sorted by relevance
295 _nc_globals.read_thread = pthread_self(); in _nc_set_read_thread()297 _nc_globals.read_thread = 0; in _nc_set_read_thread()310 if (_nc_globals.read_thread) { in handle_SIGWINCH()311 if (!pthread_equal(pthread_self(), _nc_globals.read_thread)) in handle_SIGWINCH()312 pthread_kill(_nc_globals.read_thread, SIGWINCH); in handle_SIGWINCH()313 _nc_globals.read_thread = 0; in handle_SIGWINCH()
201 read_thread(void *arg) in read_thread() function318 if ((rc = pthread_create(&io_thr, NULL, read_thread, &args))) { in main()
262 pthread_t read_thread; /* The reading thread */ member
243 show_THREAD(NCURSES_GLOBALS, read_thread); in main()
424 read_thread(void *arg __unused) in read_thread() function834 (void)read_thread(NULL); in adist_sender()