• vtkachenko@melody.mysql.com's avatar
    Fast mutexes implementation · 22c930c9
    vtkachenko@melody.mysql.com authored
    (spin-loop inside pthread_mutex_lock).
    
    thr_mutex.c:
      Added spinloop in mutex_lock
    my_pthread.h:
      Added definition of my_pthread_fastmutex_t
    configure.in:
      Added --with-fast-mutexes switch
    22c930c9
thr_mutex.c 11.4 KB