Changeset 5332 for trunk/src/kernel32/hmthread.cpp
- Timestamp:
- Mar 19, 2001, 8:27:14 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmthread.cpp
r4609 r5332 1 /* $Id: hmthread.cpp,v 1. 5 2000-11-17 14:34:06sandervl Exp $ */1 /* $Id: hmthread.cpp,v 1.6 2001-03-19 19:27:13 sandervl Exp $ */ 2 2 3 3 /* … … 84 84 INT HMDeviceThreadClass::GetThreadPriority(PHMHANDLEDATA pHMHandleData) 85 85 { 86 dprintf(("OS2GetThreadPriority(%08xh)\n", 87 pHMHandleData->hHMHandle)); 86 dprintf(("GetThreadPriority(%08xh)\n", pHMHandleData->hHMHandle)); 88 87 89 88 return O32_GetThreadPriority(pHMHandleData->hHMHandle); … … 93 92 DWORD HMDeviceThreadClass::SuspendThread(PHMHANDLEDATA pHMHandleData) 94 93 { 95 dprintf(("OS2SuspendThread %08xh)\n", 96 pHMHandleData->hHMHandle)); 94 dprintf(("SuspendThread %08xh)\n", pHMHandleData->hHMHandle)); 97 95 98 96 return O32_SuspendThread(pHMHandleData->hHMHandle); … … 102 100 BOOL HMDeviceThreadClass::SetThreadPriority(PHMHANDLEDATA pHMHandleData, int priority) 103 101 { 104 dprintf((" OS2SetThreadPriority (%08xh,%08xh)\n",102 dprintf(("SetThreadPriority (%08xh,%08xh)\n", 105 103 pHMHandleData->hHMHandle, 106 104 priority));
Note:
See TracChangeset
for help on using the changeset viewer.