Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c289 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()
/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_getch.c279 _nc_globals.read_thread = pthread_self(); in fifo_push()
283 _nc_globals.read_thread = 0; in fifo_push()
H A Dlib_mouse.c900 _nc_globals.read_thread = pthread_self(); in _nc_mouse_inline()
914 _nc_globals.read_thread = 0; in _nc_mouse_inline()
/freebsd-12.1/contrib/openbsm/bin/auditdistd/
H A Dsender.c424 read_thread(void *arg __unused) in read_thread() function
834 (void)read_thread(NULL); in adist_sender()
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1180 _nc_globals.read_thread = pthread_self(); in drv_read()
1184 _nc_globals.read_thread = 0; in drv_read()
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h920 pthread_t read_thread; /* The reading thread */ member