23#define MPS_LOCK(x) (pthread_mutex_lock (&(x).mutex))
25#define MPS_UNLOCK(x) (pthread_mutex_unlock (&(x).mutex))
27#define MPS_INIT_LOCK(x) (pthread_mutex_init (&(x).mutex, NULL))
37 pthread_mutex_t mutex;
48 pthread_mutex_t mutex;
A thread safe version of mps_boolean.
Definition: mt-types.h:35
A thread safe version of mps_boolean.
Definition: mt-types.h:46