Home
last modified time | relevance | path

Searched refs:read_thread (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tty/
HDlib_tstp.c292 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()
/dragonfly/contrib/ncurses/ncurses/base/
HDlib_mouse.c1041 _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()
HDlib_getch.c310 _nc_globals.read_thread = pthread_self(); in fifo_push()
314 _nc_globals.read_thread = 0; in fifo_push()
/dragonfly/contrib/ncurses/ncurses/
HDcurses.priv.h985 pthread_t read_thread; /* The reading thread */ member