pthread_mutex_consistent (3) Linux Manual Page
pthread_mutex_consistent – make a robust mutex consistent Synopsis #include <pthread.h> int pthread_mutex_consistent(pthread_mutex_t *mutex); Compile and link with -pthread. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): pthread_mutex_consistent(): _POSIX_C_SOURCE >= 200809L Description This function makes a robust mutex consistent if it is in an inconsistent state. A mutex can be left in an inconsistent state if…
