UncheckedMutex

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

handleAddr
pthread_mutex_t* handleAddr()
Undocumented in source. Be warned that the author may not have intended to support it.
lock
void lock()

Lock mutex

lockLazy
void lockLazy()

Lock mutex, and create it in a thread-safe way if it doens't exist yet. This is useful when globals access must be protected by a mutex.

tryLock
bool tryLock()
Undocumented in source. Be warned that the author may not have intended to support it.
unlock
void unlock()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta