• Sergei Golubchik's avatar
    fixes for hanging waiting_thread-t.c on windows · c6a51b04
    Sergei Golubchik authored
    mysys/my_wincond.c:
      race condition: block gate could be left open forever, if cond_broadcast
      was done right after the last thread left WaitForMultipleObjects() on timeout
    mysys/thr_rwlock.c:
      make rwlocks behave similar to their distant linux/solaris relatives
    c6a51b04
thr_rwlock.c 4.34 KB