Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dthread_data.hpp38 class thread_attributes { class
40 thread_attributes() BOOST_NOEXCEPT { in thread_attributes() function in boost::thread_attributes
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dthread_data.hpp42 class thread_attributes { class
44 thread_attributes() BOOST_NOEXCEPT { in thread_attributes() function in boost::thread_attributes
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper_unittest_helper.cc92 pthread_attr_t thread_attributes; in main() local
H A Dminidump_writer_unittest.cc273 pthread_attr_t thread_attributes; in TEST() local
/aosp_15_r20/bionic/libc/bionic/
H A Dposix_timers.cpp154 pthread_attr_t thread_attributes; in timer_create() local
/aosp_15_r20/external/google-breakpad/src/common/linux/tests/
H A Dcrash_generator.cc306 pthread_attr_t thread_attributes; in CreateThreadsInChildProcess() local
/aosp_15_r20/external/python/cpython2/PC/
D_subprocess.c439 PyObject* thread_attributes; /* ignored */ in sp_CreateProcess() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dthread.hpp394 …typename disable_if<boost::thread_detail::is_convertible<F&,thread_attributes >, dummy* >::type=0): in thread()