mutex_t
static mutex_t _ypmutex = MUTEX_INITIALIZER;
#define _PROP_MUTEX_DECL_STATIC(x) static mutex_t x;