Changeset 16199
- Timestamp:
- Apr 29, 2001, 8:47:31 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/wsock32/asyncthread.cpp ¶
r16195 r16199 1 /* $Id: asyncthread.cpp,v 1. 8 2001-04-29 15:42:26sandervl Exp $ */1 /* $Id: asyncthread.cpp,v 1.9 2001-04-29 18:47:31 sandervl Exp $ */ 2 2 3 3 /* … … 59 59 if(fSetBlocking) WSASetBlocking(TRUE); 60 60 61 USHORT sel = GetFS(); 61 62 tid = _beginthread(AsyncThread, NULL, 16384, (PVOID)pThreadParm); 63 SetFS(sel); 62 64 if (tid == -1) { 63 65 dprintf(("QueueAsyncJob: _beginthread failed"));
Note:
See TracChangeset
for help on using the changeset viewer.