Classes | |
class | async_operation |
class | condition |
class | lock |
struct | manager |
class | mutex |
class | thread |
class | waiter |
Typedefs | |
typedef boost::shared_ptr < async_operation > | async_operation_ptr |
typedef std::list < async_operation_ptr > | active_operation_list |
Functions | |
boost::uint32_t | get_current_thread_id () |
typedef std::list<async_operation_ptr> threading::active_operation_list |
Definition at line 206 of file thread.hpp.
Definition at line 202 of file thread.hpp.
boost::uint32_t threading::get_current_thread_id | ( | ) |
Definition at line 30 of file thread.cpp.