pthread_mutex_consistent_np

Name

pthread_mutex_consistent_np -- mark state protected by robust mutex as consistent

Synopsis

#include <pthread.h>

int pthread_mutex_consistent_np(pthread_mutex_t * __mutex);

Description

pthread_mutex_consistent_np() shall behave as described for pthread_mutex_consistent() in POSIX 1003.1-2008 (ISO/IEC 9945-2009).