Ignore:
Timestamp:
Nov 1, 2001, 6:37:28 PM (24 years ago)
Author:
umoeller
Message:

More updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/threads.h

    r113 r115  
    4848        ULONG   cbStruct;
    4949        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]
    5152        const char *pcszThreadName; // as passed to thrCreate
    5253        ULONG   flFlags;        // as passed to thrCreate
     
    7374    ULONG XWPENTRY thrCreate(PTHREADINFO pti,
    7475                             PTHREADFUNC pfn,
    75                              PULONG pfRunning,
     76                             volatile unsigned long *ptidRunning,
    7677                             const char *pcszThreadName,
    7778                             ULONG flFlags,
Note: See TracChangeset for help on using the changeset viewer.