コード例 #1
0
void initializeWebThread()
{
    static std::once_flag initializeKey;
    std::call_once(initializeKey, [] {
        initializeWebThreadPlatform();
    });
}
コード例 #2
0
static void initializeWebThreadOnce()
{
    initializeWebThreadPlatform();
}