std::thread::os

NativeMutex

struct NativeMutex
{
	Pthread_mutex_t mutex;
	bool initialized;
}

Members

Methods