home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_11 / 9n11047a < prev    next >
Text File  |  1991-09-25  |  298b  |  9 lines

  1. Executive Functions
  2. void *ExecAlloc(unsigned int size);
  3. THREAD_ID ExecCreateThread(PROCESS_TYPE procType, 
  4.         void (*pFunction)(void), unsigned int stackSize, 
  5.         unsigned long arg0, unsigned long arg1);
  6. THREAD_ID ExecGetThreadID(void);
  7. void ExecInit(void);
  8. void ExecStart(void);
  9.