Searched defs:add_thread (Results 1 – 4 of 4) sorted by relevance
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/ | ||
D | thread_group.hpp | 84 void add_thread(thread* thrd) in add_thread() function in boost::thread_group |
/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/ | ||
D | pipeline.cpp | 27 void add_thread(std::thread&& t) in add_thread() function in thread_executor::thread_bag |
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/ | ||
D | pipeline.cpp | 41 void add_thread(std::thread&& t) in add_thread() function in thread_executor::thread_bag |
/external/perfetto/test/ | ||
D | synth_common.py | 213 def add_thread(self, tid, tgid, cmdline, name=None): member in Trace |