Home
last modified time | relevance | path

Searched refs:original_cleanup_func_t (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/thread/
Dtss.hpp35 typedef void(*original_cleanup_func_t)(T*); typedef in boost::thread_specific_ptr
44 reinterpret_cast<original_cleanup_func_t>(cleanup_function)(static_cast<T*>(data)); in cleanup_caller()