Where can I find documentation for \"adaptive\" pthread mutexes? The symbol PTHREAD_MUTEX_ADAPTIVE_NP is defined on my system, but the only documentation I can find online say
Here you go. As I read it, it's a brutally simple mutex that doesn't care about anything except making the no-contention case run fast.