- Timestamp:
- Jun 27, 2011, 5:17:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/asyncthread.cpp
r10428 r21657 76 76 return 0; 77 77 } 78 dprintf(("QueueAsyncJob: started thread %x", tid)); 78 79 pThreadParm->hAsyncTaskHandle = tid; 79 80 WSASetLastError(NO_ERROR); … … 114 115 } 115 116 } 116 memset(pThreadParm, 0, sizeof(*pThreadParm));117 117 asyncThreadMutex.leave(); 118 118 }
Note:
See TracChangeset
for help on using the changeset viewer.