Searched refs:read_thread (Results 1 – 6 of 6) sorted by relevance
289 if (_nc_globals.read_thread) { in handle_SIGWINCH()290 if (!pthread_equal(pthread_self(), _nc_globals.read_thread)) in handle_SIGWINCH()291 pthread_kill(_nc_globals.read_thread, SIGWINCH); in handle_SIGWINCH()292 _nc_globals.read_thread = 0; in handle_SIGWINCH()
279 _nc_globals.read_thread = pthread_self(); in fifo_push()283 _nc_globals.read_thread = 0; in fifo_push()
900 _nc_globals.read_thread = pthread_self(); in _nc_mouse_inline()914 _nc_globals.read_thread = 0; in _nc_mouse_inline()
424 read_thread(void *arg __unused) in read_thread() function834 (void)read_thread(NULL); in adist_sender()
1180 _nc_globals.read_thread = pthread_self(); in drv_read()1184 _nc_globals.read_thread = 0; in drv_read()
920 pthread_t read_thread; /* The reading thread */ member