Closed GoogleCodeExporter closed 9 years ago
Why is WaitForThread called anyway? I can't find any code in ThreadSleep that
calls it.
Original comment by eddie.ri...@gmail.com
on 4 Nov 2008 at 2:14
You need to add -lpthread to your link options to fix the linker error.
WaitForThread will pause execution of the main thread until an external thread
finishes execution.
Original comment by steven.n...@gmail.com
on 4 Nov 2008 at 3:58
Original issue reported on code.google.com by
eddie.ri...@gmail.com
on 4 Nov 2008 at 2:11