Home
last modified time | relevance | path

Searched defs:thread_attributes (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dthread.cc42 pthread_attr_t thread_attributes; in CreateThread() local
/third_party/boost/boost/thread/win32/
Dthread_data.hpp38 class thread_attributes { class
40 thread_attributes() BOOST_NOEXCEPT { in thread_attributes() function in boost::thread_attributes
/third_party/boost/boost/thread/pthread/
Dthread_data.hpp42 class thread_attributes { class
44 thread_attributes() BOOST_NOEXCEPT { in thread_attributes() function in boost::thread_attributes
/third_party/boost/boost/thread/detail/
Dthread.hpp394 …typename disable_if<boost::thread_detail::is_convertible<F&,thread_attributes >, dummy* >::type=0): in thread()