Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/sync/windows/
Dsync_utils.hpp141 permissions unrestricted_security; in open_or_create_semaphore() local
142 unrestricted_security.set_unrestricted(); in open_or_create_semaphore()
146 … (name, (long)initial_count, winapi_semaphore_wrapper::MaxCount, unrestricted_security, created); in open_or_create_semaphore()
155 permissions unrestricted_security; in open_or_create_mutex() local
156 unrestricted_security.set_unrestricted(); in open_or_create_mutex()
158 mtx_wrapper.open_or_create(name, unrestricted_security); in open_or_create_mutex()