Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/
Dtss.hpp24 …:cleanup_caller_t caller,detail::thread::cleanup_func_t func,void* tss_data,bool cleanup_existing);
/third_party/boost/libs/fiber/src/
Dcontext.cpp305 bool cleanup_existing) { in set_fss_data() argument
310 if( cleanup_existing) { in set_fss_data()
/third_party/boost/libs/thread/src/pthread/
Dthread.cpp751 void* tss_data,bool cleanup_existing) in set_tss_data() argument
755 if(cleanup_existing && current_node->func && (current_node->value!=0)) in set_tss_data()
/third_party/boost/libs/thread/src/win32/
Dthread.cpp929 void* tss_data,bool cleanup_existing) in set_tss_data() argument
933 if(cleanup_existing && current_node->func && (current_node->value!=0)) in set_tss_data()
/third_party/boost/boost/fiber/
Dcontext.hpp313 bool cleanup_existing);