Changeset 70 for trunk/include/helpers/threads.h
- Timestamp:
- May 20, 2001, 5:38:55 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/threads.h
r49 r70 47 47 ULONG cbStruct; 48 48 void* pThreadFunc; // as passed to thrCreate, really a PTHREADFUNC 49 P BOOL pfRunning; // as passed to thrCreate49 PULONG ptidRunning; // as passed to thrCreate V0.9.12 (2001-05-20) [umoeller] 50 50 const char *pcszThreadName; // as passed to thrCreate 51 51 ULONG flFlags; // as passed to thrCreate … … 58 58 HAB hab; // for PM threads 59 59 HMQ hmq; // for PM threads 60 BOOL fExitComplete; // TRUE if thr_fntGeneric is exiting60 BOOL fExitComplete; 61 61 62 62 // data to be maintained by application
Note:
See TracChangeset
for help on using the changeset viewer.