std::os::posix

PTHREAD_MUTEX_RECURSIVE

const PTHREAD_MUTEX_RECURSIVE = env::LINUX ? 1 : 2;