Need to treat this cond_wait as the GIL-acquisition spot it is
Need to 1) show that a thread is waiting, and 2) signal once we've acquired the GIL. Basically, what happens in acquireGL(). I feel like this isn't the sort of threading code that should be written by hand...
Showing
Please register or sign in to comment