#include <htab.h>
Collaboration diagram for bque:

Data Fields | |
| CLinearTimeAbsolute | waittime |
| dbref | executor |
| dbref | caller |
| dbref | enactor |
| dbref | sem |
| int | attr |
| int | nargs |
| char * | text |
| char * | comm |
| char * | env [NUM_ENV_VARS] |
| char * | scr [MAX_GLOBAL_REGS] |
| bool | IsTimed |
Definition at line 26 of file htab.h.
| int bque::attr |
Definition at line 33 of file htab.h.
Referenced by CallBack_HaltQueue(), CallBack_NotifySemaphoreDrainOrAll(), CallBack_NotifySemaphoreFirstOrQuiet(), setup_que(), Task_SemaphoreTimeout(), and wait_que().
| char* bque::comm |
Definition at line 36 of file htab.h.
Referenced by setup_que(), ShowPsLine(), and Task_RunQueueEntry().
Definition at line 31 of file htab.h.
Referenced by CallBack_NotifySemaphoreDrainOrAll(), CallBack_NotifySemaphoreFirstOrQuiet(), setup_que(), ShowPsLine(), Task_RunQueueEntry(), and wait_que().
| char* bque::env[NUM_ENV_VARS] |
Definition at line 37 of file htab.h.
Referenced by setup_que(), ShowPsLine(), and Task_RunQueueEntry().
Definition at line 29 of file htab.h.
Referenced by CallBack_HaltQueue(), CallBack_NotifySemaphoreDrainOrAll(), que_want(), setup_que(), ShowPsLine(), and Task_RunQueueEntry().
| bool bque::IsTimed |
Definition at line 39 of file htab.h.
Referenced by CallBack_Warp(), setup_que(), ShowPsLine(), and wait_que().
| int bque::nargs |
Definition at line 34 of file htab.h.
Referenced by setup_que(), ShowPsLine(), and Task_RunQueueEntry().
| char* bque::scr[MAX_GLOBAL_REGS] |
Definition at line 32 of file htab.h.
Referenced by CallBack_HaltQueue(), CallBack_NotifySemaphoreDrainOrAll(), CallBack_NotifySemaphoreFirstOrQuiet(), setup_que(), ShowPsLine(), Task_SemaphoreTimeout(), and wait_que().
| char* bque::text |
Definition at line 35 of file htab.h.
Referenced by CallBack_HaltQueue(), CallBack_NotifySemaphoreDrainOrAll(), and setup_que().
1.4.7