MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / init_condvar_module

Function init_condvar_module

benchmarks/tbb/condition_variable.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139};
140
141void init_condvar_module()
142{
143 __TBB_ASSERT( (uintptr_t)__TBB_init_condvar==(uintptr_t)&init_condvar_using_event, NULL );
144 if( dynamic_link( "Kernel32.dll", CondVarLinkTable, 4 ) )
145 __TBB_destroy_condvar = (void (WINAPI *)(PCONDITION_VARIABLE))&destroy_condvar_noop;
146}
147#endif /* _WIN32||_WIN64 */
148
149} // namespace internal

Callers

nothing calls this directly

Calls 1

dynamic_linkFunction · 0.85

Tested by

no test coverage detected