Changeset 8951 for trunk/include/win/thread.h
- Timestamp:
- Aug 1, 2002, 6:00:55 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r8925 r8951 120 120 DWORD OrgTIBSel; // Original OS/2 TIB selector (always the same, but let's not assume too much for future compatibility) 121 121 ULONG hmq; // Thread message queue 122 HANDLE hPostMsgEvent; // Event semaphore to signal message post to MsgWaitForMultipleObjects 123 DWORD dwWakeMask; // Set by MsgWaitForMultipleObjects 122 124 ULONG hab; // Thread Anchor block 123 125 ULONG hooks[WH_NB_HOOKS]; //list of hooks for this thread queue
Note:
See TracChangeset
for help on using the changeset viewer.