Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d275 bool _rtLoading; in version() local
300 enum _rtLoading = false; variable
355 if (!_rtLoading) in _d_dso_registry()
379 immutable runTlsCtors = !_rtLoading; in _d_dso_registry()
393 immutable runTlsDtors = !_rtLoading; in _d_dso_registry()
402 if (!_rtLoading) in _d_dso_registry()
516 immutable save = _rtLoading; in rt_loadLibrary()
517 _rtLoading = true; in rt_loadLibrary()
518 scope (exit) _rtLoading = save; in rt_loadLibrary()
527 immutable save = _rtLoading; in rt_loadLibraryW()
[all …]
H A Dmacho.d274 bool _rtLoading; in version() local
299 enum _rtLoading = false; variable
362 if (!_rtLoading) in _d_dso_registry()
386 immutable runTlsCtors = !_rtLoading; in _d_dso_registry()
400 immutable runTlsDtors = !_rtLoading; in _d_dso_registry()
409 if (!_rtLoading) in _d_dso_registry()
500 immutable save = _rtLoading; in version()
501 _rtLoading = true; in version()
502 scope (exit) _rtLoading = save; in version()
517 immutable save = _rtLoading; in version()
[all …]
H A Delf.d385 bool _rtLoading; in version() local
408 enum _rtLoading = false; variable
464 if (!_rtLoading) in _d_dso_registry()
489 immutable runTlsCtors = !_rtLoading; in _d_dso_registry()
503 immutable runTlsDtors = !_rtLoading; in _d_dso_registry()
512 if (!_rtLoading) in _d_dso_registry()
606 immutable save = _rtLoading; in version()
607 _rtLoading = true; in version()
608 scope (exit) _rtLoading = save; in version()
623 immutable save = _rtLoading; in version()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d380 bool _rtLoading; in version() local
409 enum _rtLoading = false; variable
465 if (!_rtLoading) in _d_dso_registry()
490 immutable runTlsCtors = !_rtLoading; in _d_dso_registry()
504 immutable runTlsDtors = !_rtLoading; in _d_dso_registry()
513 if (!_rtLoading) in _d_dso_registry()
607 immutable save = _rtLoading; in version()
608 _rtLoading = true; in version()
609 scope (exit) _rtLoading = save; in version()
624 immutable save = _rtLoading; in version()
[all …]