Searched defs:thread_attributes (Results 1 – 4 of 4) sorted by relevance
42 pthread_attr_t thread_attributes; in CreateThread() local
38 class thread_attributes { class40 thread_attributes() BOOST_NOEXCEPT { in thread_attributes() function in boost::thread_attributes
42 class thread_attributes { class44 thread_attributes() BOOST_NOEXCEPT { in thread_attributes() function in boost::thread_attributes
394 …typename disable_if<boost::thread_detail::is_convertible<F&,thread_attributes >, dummy* >::type=0): in thread()