Public Member Functions | |
Queue () | |
![]() | |
PointerQueue () | |
~PointerQueue () | |
size_t | size () const |
void | push_back (boost::shared_ptr< void > &ptr) |
boost::shared_ptr< void > | pop_front_non_block () |
boost::shared_ptr< void > | pop_front () |
void | quit (int seconds=0) |
Public Attributes | |
boost::thread * | thread |
Definition at line 11 of file nonBlockDelete.cc.
|
inline |
Definition at line 14 of file nonBlockDelete.cc.
boost::thread* osl::misc::NonBlockDelete::Queue::thread |
Definition at line 17 of file nonBlockDelete.cc.