Searched refs:thread_attrs (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/log/src/ |
D | attribute_value_set.cpp | 137 attribute_set_impl_type* thread_attrs, in implementation() 141 m_pThreadAttributes(thread_attrs), in implementation() 158 attribute_set_impl_type* thread_attrs, in create() 168 …new (p) implementation(storage, storage + element_count, source_attrs, thread_attrs, global_attrs); in create() 177 attribute_set const& thread_attrs, in create() 182 …source_attrs.m_pImpl->size() + thread_attrs.m_pImpl->size() + global_attrs.m_pImpl->size() + reser… in create() 184 thread_attrs.m_pImpl, in create() 191 attribute_set const& thread_attrs, in create() 196 …source_attrs.m_pImpl->size() + thread_attrs.m_pImpl->size() + global_attrs.m_pImpl->size() + reser… in create() 198 thread_attrs.m_pImpl, in create() [all …]
|
/third_party/boost/boost/log/attributes/ |
D | attribute_value_set.hpp | 240 attribute_set const& thread_attrs, 259 attribute_set const& thread_attrs, 278 attribute_set const& thread_attrs, in attribute_value_set() argument 282 …construct(static_cast< attribute_value_set& >(source_attrs), thread_attrs, global_attrs, reserve_c… in attribute_value_set() 460 attribute_set const& thread_attrs,
|
/third_party/boost/boost/process/detail/windows/ |
D | executor.hpp | 193 … thread_attrs, // LPSECURITY_ATTRIBUTES_ lpThreadAttributes, in operator ()() 236 ::boost::winapi::LPSECURITY_ATTRIBUTES_ thread_attrs = nullptr;
|
/third_party/python/Modules/clinic/ |
D | _winapi.c.h | 388 PyObject *thread_attrs, BOOL inherit_handles, 400 PyObject *thread_attrs; in _winapi_CreateProcess() local 408 …String_Opt_Converter, &application_name, &command_line, &proc_attrs, &thread_attrs, &inherit_handl… in _winapi_CreateProcess() 411 …reateProcess_impl(module, application_name, command_line, proc_attrs, thread_attrs, inherit_handle… in _winapi_CreateProcess()
|
/third_party/boost/boost/process/ |
D | extend.hpp | 301 ::boost::detail::winapi::LPSECURITY_ATTRIBUTES_ thread_attrs = nullptr;
|
/third_party/python/Modules/ |
D | _winapi.c | 1073 PyObject *thread_attrs, BOOL inherit_handles, in _winapi_CreateProcess_impl() argument
|