Home
last modified time | relevance | path

Searched refs:SECURITY_ATTRIBUTES_ (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/winapi/
Dmutex.hpp110 BOOST_FORCEINLINE HANDLE_ CreateMutexA(SECURITY_ATTRIBUTES_* lpMutexAttributes, BOOL_ bInitialOwner… in CreateMutexA()
122 SECURITY_ATTRIBUTES_* lpMutexAttributes, in CreateMutexExA()
132 BOOST_FORCEINLINE HANDLE_ CreateMutexW(SECURITY_ATTRIBUTES_* lpMutexAttributes, BOOL_ bInitialOwner… in CreateMutexW()
144 SECURITY_ATTRIBUTES_* lpMutexAttributes, in CreateMutexExW()
154 BOOST_FORCEINLINE HANDLE_ create_mutex(SECURITY_ATTRIBUTES_* lpAttributes, BOOL_ bInitialOwner, LPC… in create_mutex()
165 BOOST_FORCEINLINE HANDLE_ create_mutex(SECURITY_ATTRIBUTES_* lpAttributes, BOOL_ bInitialOwner, LPC… in create_mutex()
175 BOOST_FORCEINLINE HANDLE_ create_anonymous_mutex(SECURITY_ATTRIBUTES_* lpAttributes, BOOL_ bInitial… in create_anonymous_mutex()
Dsemaphore.hpp120 BOOST_FORCEINLINE HANDLE_ CreateSemaphoreA(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lInit… in CreateSemaphoreA()
126 BOOST_FORCEINLINE HANDLE_ CreateSemaphoreExA(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lIn… in CreateSemaphoreExA()
133 BOOST_FORCEINLINE HANDLE_ CreateSemaphoreW(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lInit… in CreateSemaphoreW()
139 BOOST_FORCEINLINE HANDLE_ CreateSemaphoreExW(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lIn… in CreateSemaphoreExW()
146 BOOST_FORCEINLINE HANDLE_ create_semaphore(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lInit… in create_semaphore()
152 BOOST_FORCEINLINE HANDLE_ create_semaphore(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lInit… in create_semaphore()
157 BOOST_FORCEINLINE HANDLE_ create_anonymous_semaphore(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, L… in create_anonymous_semaphore()
Devent.hpp126 BOOST_FORCEINLINE HANDLE_ CreateEventA(SECURITY_ATTRIBUTES_* lpEventAttributes, BOOL_ bManualReset,… in CreateEventA()
137 BOOST_FORCEINLINE HANDLE_ CreateEventExA(SECURITY_ATTRIBUTES_* lpEventAttributes, LPCSTR_ lpName, D… in CreateEventExA()
144 BOOST_FORCEINLINE HANDLE_ CreateEventW(SECURITY_ATTRIBUTES_* lpEventAttributes, BOOL_ bManualReset,… in CreateEventW()
155 BOOST_FORCEINLINE HANDLE_ CreateEventExW(SECURITY_ATTRIBUTES_* lpEventAttributes, LPCWSTR_ lpName, … in CreateEventExW()
162 BOOST_FORCEINLINE HANDLE_ create_event(SECURITY_ATTRIBUTES_* lpEventAttributes, BOOL_ bManualReset,… in create_event()
173 BOOST_FORCEINLINE HANDLE_ create_event(SECURITY_ATTRIBUTES_* lpEventAttributes, BOOL_ bManualReset,… in create_event()
183 BOOST_FORCEINLINE HANDLE_ create_anonymous_event(SECURITY_ATTRIBUTES_* lpEventAttributes, BOOL_ bMa… in create_anonymous_event()
Dfile_mapping.hpp166 SECURITY_ATTRIBUTES_* lpFileMappingAttributes, in CreateFileMappingA()
183 SECURITY_ATTRIBUTES_* lpFileMappingAttributes, in create_file_mapping()
210 SECURITY_ATTRIBUTES_* lpFileMappingAttributes, in CreateFileMappingW()
227 SECURITY_ATTRIBUTES_* lpFileMappingAttributes, in create_file_mapping()
Dfile_management.hpp315 SECURITY_ATTRIBUTES_* lpSecurityAttributes, in CreateFileA()
334 SECURITY_ATTRIBUTES_* lpSecurityAttributes, in create_file()
393 SECURITY_ATTRIBUTES_* lpSecurityAttributes, in CreateFileW()
412 SECURITY_ATTRIBUTES_* lpSecurityAttributes, in create_file()
Dbasic_types.hpp267 } SECURITY_ATTRIBUTES_, *PSECURITY_ATTRIBUTES_, *LPSECURITY_ATTRIBUTES_; typedef
/third_party/boost/libs/log/src/windows/
Dipc_sync_wrappers.cpp61 reinterpret_cast< boost::winapi::SECURITY_ATTRIBUTES_* >(perms.get_native()), in create()
69 reinterpret_cast< boost::winapi::SECURITY_ATTRIBUTES_* >(perms.get_native()), in create()
89 reinterpret_cast< boost::winapi::SECURITY_ATTRIBUTES_* >(perms.get_native()), in create_or_open()
97 reinterpret_cast< boost::winapi::SECURITY_ATTRIBUTES_* >(perms.get_native()), in create_or_open()
140 reinterpret_cast< boost::winapi::SECURITY_ATTRIBUTES_* >(perms.get_native()), in create_or_open()
150 reinterpret_cast< boost::winapi::SECURITY_ATTRIBUTES_* >(perms.get_native()), in create_or_open()
Dmapped_shared_memory.cpp71 reinterpret_cast< boost::winapi::SECURITY_ATTRIBUTES_* >(perms.get_native()), in create()
103 reinterpret_cast< boost::winapi::SECURITY_ATTRIBUTES_* >(perms.get_native()), in create_or_open()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp415 typedef boost::winapi::SECURITY_ATTRIBUTES_ interprocess_security_attributes;