Home
last modified time | relevance | path

Searched refs:cnsltid (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dmachchk.c287 if ( equal_threads( tid, sysblk.cnsltid ) || in sigabend_handler()
H A Dhthreads.h231 #define SIGNAL_CONSOLE_THREAD() signal_thread( sysblk.cnsltid, SIGUSR2 )
H A Dimpl.c52 if ( !equal_threads( thread_id(), sysblk.cnsltid ) ) in sigint_handler()
H A Dconsole.c2248 sysblk.cnsltid = 0; in console_connection_handler()
2270 if (!sysblk.cnsltid) in console_initialise()
2272 if ( create_thread (&sysblk.cnsltid, DETACHED, in console_initialise()
H A Dhstructs.h474 TID cnsltid; /* Thread-id for console */ member