Fennel: RandomAccessRequestBinding Class Reference (original) (raw)

00120 { 00121 #ifdef MSVC 00122 // TODO: only create this when ThreadPoolScheduler is being used? 00123 hEvent = CreateEvent(NULL,1,0,NULL); 00124 if (!hEvent) { 00125 throw new SysCallExcn("CreateEvent failed"); 00126 } 00127 #endif 00128 }