Changeset 115 for trunk/include/helpers/threads.h
- Timestamp:
- Nov 1, 2001, 6:37:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/threads.h
r113 r115 48 48 ULONG cbStruct; 49 49 void* pThreadFunc; // as passed to thrCreate, really a PTHREADFUNC 50 PULONG ptidRunning; // as passed to thrCreate V0.9.12 (2001-05-20) [umoeller] 50 volatile unsigned long *ptidRunning; 51 // as passed to thrCreate V0.9.12 (2001-05-20) [umoeller] 51 52 const char *pcszThreadName; // as passed to thrCreate 52 53 ULONG flFlags; // as passed to thrCreate … … 73 74 ULONG XWPENTRY thrCreate(PTHREADINFO pti, 74 75 PTHREADFUNC pfn, 75 PULONG pfRunning,76 volatile unsigned long *ptidRunning, 76 77 const char *pcszThreadName, 77 78 ULONG flFlags,
Note:
See TracChangeset
for help on using the changeset viewer.