[llvm-commits] [PATCH] Improved threading support on Windows
NAKAMURA Takumi
geek4civic at gmail.com
Tue Aug 23 03:58:08 PDT 2011
Aaron, about Threading.diff,
+ (void)::WaitForSingleObject(param.evt, INFINITE);
I guess thread object might be the signal object. You may wait for hThread.
...Takumi
More information about the llvm-commits
mailing list