Home
last modified time | relevance | path

Searched refs:lpName (Results 1 – 25 of 2249) sorted by relevance

12345678910>>...90

/dports/devel/R-cran-BH/BH/inst/include/boost/winapi/
H A Dmutex.hpp26 boost::winapi::LPCSTR_ lpName);
33 boost::winapi::LPCWSTR_ lpName);
44 boost::winapi::LPCSTR_ lpName,
53 boost::winapi::LPCSTR_ lpName);
60 boost::winapi::LPCWSTR_ lpName,
69 boost::winapi::LPCWSTR_ lpName);
123 LPCSTR_ lpName, in CreateMutexExA() argument
145 LPCWSTR_ lpName, in CreateMutexExW() argument
156 return winapi::CreateMutexA(lpAttributes, bInitialOwner, lpName); in create_mutex()
161 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
[all …]
H A Devent.hpp27 boost::winapi::LPCSTR_ lpName);
35 boost::winapi::LPCWSTR_ lpName);
46 boost::winapi::LPCSTR_ lpName,
55 boost::winapi::LPCSTR_ lpName);
62 boost::winapi::LPCWSTR_ lpName,
71 boost::winapi::LPCWSTR_ lpName);
164 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
167 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
169 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
175 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]
H A Dsemaphore.hpp30 boost::winapi::LPCSTR_ lpName);
38 boost::winapi::LPCSTR_ lpName,
50 boost::winapi::LPCWSTR_ lpName);
58 boost::winapi::LPCWSTR_ lpName,
78 boost::winapi::LPCSTR_ lpName);
85 boost::winapi::LPCWSTR_ lpName);
148 return winapi::CreateSemaphoreA(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpName); in create_semaphore()
154 return winapi::CreateSemaphoreW(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpName); in create_semaphore()
169 …ST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_semaphore() argument
171 return ::OpenSemaphoreA(dwDesiredAccess, bInheritHandle, lpName); in open_semaphore()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/winapi/
H A Dmutex.hpp26 boost::winapi::LPCSTR_ lpName);
33 boost::winapi::LPCWSTR_ lpName);
44 boost::winapi::LPCSTR_ lpName,
53 boost::winapi::LPCSTR_ lpName);
60 boost::winapi::LPCWSTR_ lpName,
69 boost::winapi::LPCWSTR_ lpName);
123 LPCSTR_ lpName, in CreateMutexExA() argument
145 LPCWSTR_ lpName, in CreateMutexExW() argument
156 return winapi::CreateMutexA(lpAttributes, bInitialOwner, lpName); in create_mutex()
161 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
[all …]
H A Devent.hpp27 boost::winapi::LPCSTR_ lpName);
35 boost::winapi::LPCWSTR_ lpName);
46 boost::winapi::LPCSTR_ lpName,
55 boost::winapi::LPCSTR_ lpName);
62 boost::winapi::LPCWSTR_ lpName,
71 boost::winapi::LPCWSTR_ lpName);
164 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
167 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
169 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
175 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]
H A Dsemaphore.hpp30 boost::winapi::LPCSTR_ lpName);
38 boost::winapi::LPCSTR_ lpName,
50 boost::winapi::LPCWSTR_ lpName);
58 boost::winapi::LPCWSTR_ lpName,
78 boost::winapi::LPCSTR_ lpName);
85 boost::winapi::LPCWSTR_ lpName);
148 return winapi::CreateSemaphoreA(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpName); in create_semaphore()
154 return winapi::CreateSemaphoreW(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpName); in create_semaphore()
169 …ST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_semaphore() argument
171 return ::OpenSemaphoreA(dwDesiredAccess, bInheritHandle, lpName); in open_semaphore()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/winapi/
H A Dmutex.hpp26 boost::winapi::LPCSTR_ lpName);
33 boost::winapi::LPCWSTR_ lpName);
44 boost::winapi::LPCSTR_ lpName,
53 boost::winapi::LPCSTR_ lpName);
60 boost::winapi::LPCWSTR_ lpName,
69 boost::winapi::LPCWSTR_ lpName);
123 LPCSTR_ lpName, in CreateMutexExA() argument
145 LPCWSTR_ lpName, in CreateMutexExW() argument
156 return winapi::CreateMutexA(lpAttributes, bInitialOwner, lpName); in create_mutex()
161 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
[all …]
H A Devent.hpp27 boost::winapi::LPCSTR_ lpName);
35 boost::winapi::LPCWSTR_ lpName);
46 boost::winapi::LPCSTR_ lpName,
55 boost::winapi::LPCSTR_ lpName);
62 boost::winapi::LPCWSTR_ lpName,
71 boost::winapi::LPCWSTR_ lpName);
164 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
167 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
169 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
175 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/winapi/
H A Dmutex.hpp25 boost::winapi::LPCSTR_ lpName);
32 boost::winapi::LPCWSTR_ lpName);
43 boost::winapi::LPCSTR_ lpName,
52 boost::winapi::LPCSTR_ lpName);
59 boost::winapi::LPCWSTR_ lpName,
68 boost::winapi::LPCWSTR_ lpName);
122 LPCSTR_ lpName, in CreateMutexExA() argument
144 LPCWSTR_ lpName, in CreateMutexExW() argument
155 return winapi::CreateMutexA(lpAttributes, bInitialOwner, lpName); in create_mutex()
160 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
[all …]
H A Devent.hpp26 boost::winapi::LPCSTR_ lpName);
34 boost::winapi::LPCWSTR_ lpName);
45 boost::winapi::LPCSTR_ lpName,
54 boost::winapi::LPCSTR_ lpName);
61 boost::winapi::LPCWSTR_ lpName,
70 boost::winapi::LPCWSTR_ lpName);
163 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
166 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
168 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
174 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/winapi/
H A Dmutex.hpp25 boost::winapi::LPCSTR_ lpName);
32 boost::winapi::LPCWSTR_ lpName);
43 boost::winapi::LPCSTR_ lpName,
52 boost::winapi::LPCSTR_ lpName);
59 boost::winapi::LPCWSTR_ lpName,
68 boost::winapi::LPCWSTR_ lpName);
122 LPCSTR_ lpName, in CreateMutexExA() argument
144 LPCWSTR_ lpName, in CreateMutexExW() argument
155 return winapi::CreateMutexA(lpAttributes, bInitialOwner, lpName); in create_mutex()
160 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
[all …]
H A Devent.hpp26 boost::winapi::LPCSTR_ lpName);
34 boost::winapi::LPCWSTR_ lpName);
45 boost::winapi::LPCSTR_ lpName,
54 boost::winapi::LPCSTR_ lpName);
61 boost::winapi::LPCWSTR_ lpName,
70 boost::winapi::LPCWSTR_ lpName);
163 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
166 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
168 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
174 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/winapi/
H A Dmutex.hpp25 boost::winapi::LPCSTR_ lpName);
32 boost::winapi::LPCWSTR_ lpName);
43 boost::winapi::LPCSTR_ lpName,
52 boost::winapi::LPCSTR_ lpName);
59 boost::winapi::LPCWSTR_ lpName,
68 boost::winapi::LPCWSTR_ lpName);
122 LPCSTR_ lpName, in CreateMutexExA() argument
144 LPCWSTR_ lpName, in CreateMutexExW() argument
155 return winapi::CreateMutexA(lpAttributes, bInitialOwner, lpName); in create_mutex()
160 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
[all …]
H A Devent.hpp26 boost::winapi::LPCSTR_ lpName);
34 boost::winapi::LPCWSTR_ lpName);
45 boost::winapi::LPCSTR_ lpName,
54 boost::winapi::LPCSTR_ lpName);
61 boost::winapi::LPCWSTR_ lpName,
70 boost::winapi::LPCWSTR_ lpName);
163 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
166 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
168 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
174 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/winapi/
H A Dmutex.hpp25 boost::winapi::LPCSTR_ lpName);
32 boost::winapi::LPCWSTR_ lpName);
43 boost::winapi::LPCSTR_ lpName,
52 boost::winapi::LPCSTR_ lpName);
59 boost::winapi::LPCWSTR_ lpName,
68 boost::winapi::LPCWSTR_ lpName);
122 LPCSTR_ lpName, in CreateMutexExA() argument
144 LPCWSTR_ lpName, in CreateMutexExW() argument
155 return winapi::CreateMutexA(lpAttributes, bInitialOwner, lpName); in create_mutex()
160 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
[all …]
H A Devent.hpp26 boost::winapi::LPCSTR_ lpName);
34 boost::winapi::LPCWSTR_ lpName);
45 boost::winapi::LPCSTR_ lpName,
54 boost::winapi::LPCSTR_ lpName);
61 boost::winapi::LPCWSTR_ lpName,
70 boost::winapi::LPCWSTR_ lpName);
163 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
166 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
168 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
174 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/winapi/
H A Dmutex.hpp26 boost::winapi::LPCSTR_ lpName);
33 boost::winapi::LPCWSTR_ lpName);
44 boost::winapi::LPCSTR_ lpName,
53 boost::winapi::LPCSTR_ lpName);
60 boost::winapi::LPCWSTR_ lpName,
69 boost::winapi::LPCWSTR_ lpName);
123 LPCSTR_ lpName, in CreateMutexExA() argument
145 LPCWSTR_ lpName, in CreateMutexExW() argument
156 return winapi::CreateMutexA(lpAttributes, bInitialOwner, lpName); in create_mutex()
161 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
[all …]
H A Devent.hpp27 boost::winapi::LPCSTR_ lpName);
35 boost::winapi::LPCWSTR_ lpName);
46 boost::winapi::LPCSTR_ lpName,
55 boost::winapi::LPCSTR_ lpName);
62 boost::winapi::LPCWSTR_ lpName,
71 boost::winapi::LPCWSTR_ lpName);
164 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
167 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
169 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
175 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/detail/winapi/
H A Dmutex.hpp28 boost::detail::winapi::LPCSTR_ lpName);
35 boost::detail::winapi::LPCSTR_ lpName,
44 boost::detail::winapi::LPCSTR_ lpName);
52 boost::detail::winapi::LPCWSTR_ lpName);
59 boost::detail::winapi::LPCWSTR_ lpName,
68 boost::detail::winapi::LPCWSTR_ lpName);
123 LPCSTR_ lpName, in CreateMutexExA() argument
145 LPCWSTR_ lpName, in CreateMutexExW() argument
156 return winapi::CreateMutexA(lpAttributes, bInitialOwner, lpName); in create_mutex()
161 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
[all …]
H A Dsemaphore.hpp29 boost::detail::winapi::LPCSTR_ lpName);
38 boost::detail::winapi::LPCSTR_ lpName,
47 boost::detail::winapi::LPCSTR_ lpName);
55 boost::detail::winapi::LPCWSTR_ lpName);
63 boost::detail::winapi::LPCWSTR_ lpName,
72 boost::detail::winapi::LPCWSTR_ lpName);
149 return winapi::CreateSemaphoreA(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpName); in create_semaphore()
152 …ST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_semaphore() argument
154 return ::OpenSemaphoreA(dwDesiredAccess, bInheritHandle, lpName); in open_semaphore()
160 return winapi::CreateSemaphoreW(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpName); in create_semaphore()
[all …]
H A Devent.hpp29 boost::detail::winapi::LPCSTR_ lpName);
36 boost::detail::winapi::LPCSTR_ lpName,
45 boost::detail::winapi::LPCSTR_ lpName);
53 boost::detail::winapi::LPCWSTR_ lpName);
59 boost::detail::winapi::LPCWSTR_ lpName,
68 boost::detail::winapi::LPCWSTR_ lpName);
162 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
165 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
167 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
173 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/detail/winapi/
H A Dmutex.hpp28 boost::detail::winapi::LPCSTR_ lpName);
35 boost::detail::winapi::LPCSTR_ lpName,
44 boost::detail::winapi::LPCSTR_ lpName);
52 boost::detail::winapi::LPCWSTR_ lpName);
59 boost::detail::winapi::LPCWSTR_ lpName,
68 boost::detail::winapi::LPCWSTR_ lpName);
123 LPCSTR_ lpName, in CreateMutexExA() argument
145 LPCWSTR_ lpName, in CreateMutexExW() argument
156 return winapi::CreateMutexA(lpAttributes, bInitialOwner, lpName); in create_mutex()
161 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
[all …]
H A Dsemaphore.hpp29 boost::detail::winapi::LPCSTR_ lpName);
38 boost::detail::winapi::LPCSTR_ lpName,
47 boost::detail::winapi::LPCSTR_ lpName);
55 boost::detail::winapi::LPCWSTR_ lpName);
63 boost::detail::winapi::LPCWSTR_ lpName,
72 boost::detail::winapi::LPCWSTR_ lpName);
149 return winapi::CreateSemaphoreA(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpName); in create_semaphore()
152 …ST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_semaphore() argument
154 return ::OpenSemaphoreA(dwDesiredAccess, bInheritHandle, lpName); in open_semaphore()
160 return winapi::CreateSemaphoreW(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpName); in create_semaphore()
[all …]
H A Devent.hpp29 boost::detail::winapi::LPCSTR_ lpName);
36 boost::detail::winapi::LPCSTR_ lpName,
45 boost::detail::winapi::LPCSTR_ lpName);
53 boost::detail::winapi::LPCWSTR_ lpName);
59 boost::detail::winapi::LPCWSTR_ lpName,
68 boost::detail::winapi::LPCWSTR_ lpName);
162 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
165 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
167 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
173 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/winapi/
H A Devent.hpp26 boost::winapi::LPCSTR_ lpName);
34 boost::winapi::LPCWSTR_ lpName);
45 boost::winapi::LPCSTR_ lpName,
54 boost::winapi::LPCSTR_ lpName);
61 boost::winapi::LPCWSTR_ lpName,
70 boost::winapi::LPCWSTR_ lpName);
163 return winapi::CreateEventA(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
166 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
168 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
174 return winapi::CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName); in create_event()
[all …]

12345678910>>...90