Searched refs:semaphore_all_access (Results 1 – 3 of 3) sorted by relevance
60 unsigned const semaphore_all_access = boost::winapi::SEMAPHORE_ALL_ACCESS_; variable129 … const res=::boost::winapi::CreateSemaphoreExW(0,initial_count,max_count,0,0,semaphore_all_access); in create_anonymous_semaphore_nothrow()
115 BOOST_CONSTEXPR_OR_CONST DWORD_ semaphore_all_access = SEMAPHORE_ALL_ACCESS_; variable
465 static const unsigned long semaphore_all_access = (0x000F0000L)|(0x00100000L)|0x3; variable704 { return OpenSemaphoreA(semaphore_all_access, 0, name); } in open_semaphore()