Searched refs:read_thread (Results 1 – 4 of 4) sorted by relevance
292 if (_nc_globals.read_thread) { in handle_SIGWINCH()293 if (!pthread_equal(pthread_self(), _nc_globals.read_thread)) in handle_SIGWINCH()294 pthread_kill(_nc_globals.read_thread, SIGWINCH); in handle_SIGWINCH()295 _nc_globals.read_thread = 0; in handle_SIGWINCH()
1041 _nc_globals.read_thread = pthread_self(); in decode_xterm_X10()1057 _nc_globals.read_thread = 0; in decode_xterm_X10()1096 _nc_globals.read_thread = pthread_self(); in decode_xterm_1005()1131 _nc_globals.read_thread = 0; in decode_xterm_1005()1180 _nc_globals.read_thread = pthread_self(); in read_SGR()1247 _nc_globals.read_thread = 0; in read_SGR()
310 _nc_globals.read_thread = pthread_self(); in fifo_push()314 _nc_globals.read_thread = 0; in fifo_push()
985 pthread_t read_thread; /* The reading thread */ member