Jafar
|
release and garbageCollect are thread safe but garbageCollect is not thread safe with itself, but it is not useful (would need another mutex) More...
release and garbageCollect are thread safe but garbageCollect is not thread safe with itself, but it is not useful (would need another mutex)
Definition at line 234 of file display.hpp.
#include <display.hpp>
Classes | |
struct | Destroy |
Public Member Functions | |
template<typename U > | |
void | release (U *item) |
void | garbageCollect () |
Private Attributes | |
int | gcn |
std::vector< T > | gc [2] |
boost::mutex | m |
Generated on Wed Oct 15 2014 00:37:46 for Jafar by doxygen 1.7.6.1 |