# /* tk_globals.c */ /* EMACS_MODES: c !fill */ /* This file contains the external variable definitions for the UNIX * tasking package. */ #include #include "task.h" task *tk_cur; /* the currently running task */ task_q tk_rdy; /* queue of ready tasks */ task_q tk_blk; /* queue of blocked tasks */ int tk_resched; /* reschedule required flag */