Searched refs:g_once (Results 1 – 4 of 4) sorted by relevance
138 static sal_once_type g_once = SAL_ONCE_INIT; in rtl_memory_init() local139 SAL_ONCE(&g_once, rtl_memory_once_init); in rtl_memory_init()
234 static sal_once_type g_once = SAL_ONCE_INIT; in rtl_locale_init() local235 SAL_ONCE(&g_once, rtl_locale_once_init); in rtl_locale_init()
1352 static sal_once_type g_once = SAL_ONCE_INIT; in rtl_arena_init() local1353 SAL_ONCE(&g_once, rtl_arena_once_init); in rtl_arena_init()
1751 static sal_once_type g_once = SAL_ONCE_INIT; in rtl_cache_init() local1752 SAL_ONCE(&g_once, rtl_cache_once_init); in rtl_cache_init()
Completed in 23 milliseconds