Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
H A Dwin32-headers.h67 typedef struct _RTL_CONDITION_VARIABLE CONDITION_VARIABLE; typedef
103 inline CONDITION_VARIABLE* V8ToWindowsType(V8_CONDITION_VARIABLE* p) { in V8ToWindowsType()
104 return reinterpret_cast<CONDITION_VARIABLE*>(p); in V8ToWindowsType()
107 inline const CONDITION_VARIABLE* V8ToWindowsType( in V8ToWindowsType()
109 return reinterpret_cast<const CONDITION_VARIABLE*>(p); in V8ToWindowsType()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dwaiter.cc311 static CONDITION_VARIABLE *GetCond(Waiter *w) { in GetCond()
312 return reinterpret_cast<CONDITION_VARIABLE *>(&w->cv_storage_); in GetCond()
320 static_assert(sizeof(CONDITION_VARIABLE) == sizeof(void *),
322 "as `CONDITION_VARIABLE`");
324 alignof(CONDITION_VARIABLE) == alignof(void *),
325 "`cv_storage_` does not have the same alignment as `CONDITION_VARIABLE`");
327 // The SRWLOCK and CONDITION_VARIABLE types must be trivially constructible
332 std::is_trivially_constructible<CONDITION_VARIABLE>::value,
333 "The `CONDITION_VARIABLE` type must be trivially constructible");
336 static_assert(std::is_trivially_destructible<CONDITION_VARIABLE>
[all...]
/third_party/python/Include/internal/
H A Dpycore_condvar.h91 typedef CONDITION_VARIABLE PyCOND_T;
/third_party/libuv/include/uv/
H A Dwin.h211 typedef PVOID CONDITION_VARIABLE, *PCONDITION_VARIABLE; typedef
258 CONDITION_VARIABLE cond_var;
282 CONDITION_VARIABLE cond;
/third_party/mesa3d/src/util/
H A Dcnd_monotonic.h41 CONDITION_VARIABLE condvar;
/third_party/ffmpeg/compat/
H A Dw32pthreads.h58 typedef CONDITION_VARIABLE pthread_cond_t;
/third_party/node/deps/uv/include/uv/
H A Dwin.h210 typedef PVOID CONDITION_VARIABLE, *PCONDITION_VARIABLE; typedef
257 CONDITION_VARIABLE cond_var;
/third_party/mesa3d/src/c11/impl/
H A Dthreads_win32.c68 static_assert(sizeof(cnd_t) == sizeof(CONDITION_VARIABLE), "The size of cnd_t must equal to CONDITION_VARIABLE");
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dthread_utils.c29 typedef CONDITION_VARIABLE pthread_cond_t;
/third_party/node/deps/cares/src/lib/
H A Dares__threads.c74 CONDITION_VARIABLE cond;
/third_party/vulkan-loader/loader/
H A Dvk_loader_platform.h211 typedef CONDITION_VARIABLE loader_platform_thread_cond;
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc42 STATIC_ASSERT(sizeof(V8_CONDITION_VARIABLE) == sizeof(CONDITION_VARIABLE));
43 STATIC_ASSERT(alignof(V8_CONDITION_VARIABLE) == alignof(CONDITION_VARIABLE));
/third_party/ffmpeg/
H A Dconfigure6438 check_type "windows.h" CONDITION_VARIABLE &&

Completed in 18 milliseconds