HomeSort by relevance Sort by last modified time
    Searched refs:InitOnce (Results 1 - 10 of 10) sorted by null

  /external/autotest/client/deps/glbench/src/
waffle_stuff.h 45 void InitOnce();
waffle_stuff.cc 101 void WaffleInterface::InitOnce() {
149 InitOnce();
  /external/libvpx/libvpx/test/
decode_test_driver.h 66 InitOnce();
72 InitOnce();
86 InitOnce();
102 void InitOnce() {
decode_test_driver.cc 35 InitOnce();
  /external/google-breakpad/src/common/linux/
guid_creator.cc 64 InitOnce();
74 static void InitOnce() {
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 64 void InitOnce() {
131 return new TestThread(internal::NewCallback(this, &OnceInitTest::InitOnce));
176 static void InitRecursiveStatic() { current_test_->InitOnce(); }
187 InitOnce();
191 InitOnce();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
synchapi.h 40 typedef WINBOOL (WINAPI *PINIT_ONCE_FN) (PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context);
74 WINBASEAPI VOID WINAPI InitOnceInitialize (PINIT_ONCE InitOnce);
75 WINBASEAPI WINBOOL WINAPI InitOnceExecuteOnce (PINIT_ONCE InitOnce, PINIT_ONCE_FN InitFn, PVOID Parameter, LPVOID *Context);
  /external/mesa3d/include/c11/
threads_win32.h 156 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context)
160 ((void)InitOnce); ((void)Context); // suppress warning
  /external/vulkan-validation-layers/loader/
vk_loader_platform.h 322 static BOOL CALLBACK InitFuncWrapper(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/loader/
vk_loader_platform.h 334 InitFuncWrapper(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) {

Completed in 151 milliseconds