Home
last modified time | relevance | path

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

/aosp12/bionic/libc/private/
H A DScopedSignalBlocker.h29 class ScopedSignalBlocker {
32 explicit ScopedSignalBlocker() { in ScopedSignalBlocker() function
39 explicit ScopedSignalBlocker(int signal) { in ScopedSignalBlocker() function
45 ~ScopedSignalBlocker() { in ~ScopedSignalBlocker()
55 BIONIC_DISALLOW_COPY_AND_ASSIGN(ScopedSignalBlocker);
/aosp12/bionic/linker/
H A Dlinker_tls.cpp63 ScopedSignalBlocker ssb; in register_tls_module()
86 ScopedSignalBlocker ssb; in unregister_tls_module()
/aosp12/bionic/libc/bionic/
H A Dsystem.cpp44 ScopedSignalBlocker sigchld_blocker(SIGCHLD); in system()
H A Dbionic_elf_tls.cpp185 ScopedSignalBlocker ssb; in __init_static_tls()
292 ScopedSignalBlocker ssb; in tls_get_addr_slow_path()
H A Dspawn.cpp146 ScopedSignalBlocker ssb; in posix_spawn()