acl
3.5.3.0
|
#include <atomic.hpp>
Public 成员函数 | |
mythread (atomic_long_test &at) | |
~mythread (void) | |
Public 成员函数 继承自 acl::acl::thread | |
thread (void) | |
virtual | ~thread (void) |
bool | start (bool sync=false) |
bool | wait (void **out=NULL) |
thread & | set_detachable (bool yes) |
thread & | set_stacksize (size_t size) |
unsigned long | thread_id (void) const |
Public 成员函数 继承自 acl::acl::thread_job | |
thread_job (void) | |
virtual | ~thread_job (void) |
virtual void | init (void) |
Protected 成员函数 | |
void * | run (void) |
Protected 成员函数 继承自 acl::acl::noncopyable | |
noncopyable () | |
~noncopyable () | |
额外继承的成员函数 | |
静态 Public 成员函数 继承自 acl::acl::thread | |
static unsigned long | thread_self (void) |
static unsigned long | self (void) |
在文件 atomic.hpp 第 167 行定义.
|
inline |
在文件 atomic.hpp 第 170 行定义.
|
inline |
在文件 atomic.hpp 第 171 行定义.
|
inlineprotectedvirtual |