#include <thread.h>
Definition at line 17 of file thread.h.
◆ Lock()
Lock::Lock |
( |
bool |
rec = false | ) |
|
|
inline |
◆ ~Lock()
◆ break_lock()
◆ is_locked()
◆ lock()
Definition at line 46 of file thread.h.
47 Thread self = pthread_self();
53 pthread_mutex_lock(&
mutex);
void ThreadError(const char *message)
◆ resume_lock()
void Lock::resume_lock |
( |
int |
l | ) |
|
|
inlineprivate |
◆ unlock()
Definition at line 57 of file thread.h.
59 Thread self = pthread_self();
65 pthread_mutex_unlock(&
mutex);
◆ ConditionVariable
◆ locked
◆ mutex
pthread_mutex_t Lock::mutex |
|
private |
◆ owner
◆ recursive
The documentation for this class was generated from the following file:
- Singular/dyn_modules/systhreads/thread.h