Home
last modified time | relevance | path

Searched refs:SRWLOCK (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dwin32-headers.h66 typedef struct _RTL_SRWLOCK SRWLOCK; typedef
95 inline SRWLOCK* V8ToWindowsType(V8_SRWLOCK* p) { in V8ToWindowsType()
96 return reinterpret_cast<SRWLOCK*>(p); in V8ToWindowsType()
99 inline const SRWLOCK* V8ToWindowsType(const V8_SRWLOCK* p) { in V8ToWindowsType()
100 return reinterpret_cast<const SRWLOCK*>(p); in V8ToWindowsType()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dwaiter.cc307 static SRWLOCK *GetLock(Waiter *w) { in GetLock()
308 return reinterpret_cast<SRWLOCK *>(&w->mu_storage_); in GetLock()
315 static_assert(sizeof(SRWLOCK) == sizeof(void *),
316 "`mu_storage_` does not have the same size as SRWLOCK");
317 static_assert(alignof(SRWLOCK) == alignof(void *),
318 "`mu_storage_` does not have the same alignment as SRWLOCK");
327 // The SRWLOCK and CONDITION_VARIABLE types must be trivially constructible
329 static_assert(std::is_trivially_constructible<SRWLOCK>::value,
330 "The `SRWLOCK` type must be trivially constructible");
334 static_assert(std::is_trivially_destructible<SRWLOCK>
[all...]
/third_party/python/Include/internal/
H A Dpycore_condvar.h88 /* SRWLOCK is faster and better than CriticalSection */
89 typedef SRWLOCK PyMUTEX_T;
/third_party/mesa3d/src/util/
H A Drwlock.h44 SRWLOCK rwlock;
/third_party/curl/lib/
H A Deasy_lock.h39 #define curl_simple_lock SRWLOCK
/third_party/ffmpeg/compat/
H A Dw32pthreads.h57 typedef SRWLOCK pthread_mutex_t;
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_win.c35 SRWLOCK lock;
/third_party/openssl/crypto/
H A Dthreads_win.c35 SRWLOCK lock;
/third_party/libuv/include/uv/
H A Dwin.h182 typedef RTL_SRWLOCK SRWLOCK, *PSRWLOCK; typedef
268 SRWLOCK read_write_lock_;
/third_party/node/deps/uv/include/uv/
H A Dwin.h181 typedef RTL_SRWLOCK SRWLOCK, *PSRWLOCK; typedef
267 SRWLOCK read_write_lock_;
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc44 STATIC_ASSERT(sizeof(V8_SRWLOCK) == sizeof(SRWLOCK));
45 STATIC_ASSERT(alignof(V8_SRWLOCK) == alignof(SRWLOCK));
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp231 SRWLOCK m_Lock;
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h4133 // Use SRWLOCK from WinAPI.
4146 SRWLOCK m_Lock;

Completed in 35 milliseconds