Home
last modified time | relevance | path

Searched refs:s_handle (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx445 static Bootstrap_Impl * s_handle = 0; in get_static_bootstrap_handle() local
446 if (s_handle == 0) in get_static_bootstrap_handle()
449 s_handle = static_cast< Bootstrap_Impl * >( in get_static_bootstrap_handle()
451 if (s_handle == 0) in get_static_bootstrap_handle()
455 s_handle = that; in get_static_bootstrap_handle()
458 return s_handle; in get_static_bootstrap_handle()