Home
last modified time | relevance | path

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

/bionic/libc/private/
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);
/bionic/linker/
Dlinker_tls.cpp63 ScopedSignalBlocker ssb; in register_tls_module()
86 ScopedSignalBlocker ssb; in unregister_tls_module()
/bionic/libc/bionic/
Dsystem.cpp44 ScopedSignalBlocker sigchld_blocker(SIGCHLD); in system()
Dpthread_exit.cpp108 ScopedSignalBlocker ssb; in pthread_exit()
Dbionic_elf_tls.cpp184 ScopedSignalBlocker ssb; in __init_static_tls()
285 ScopedSignalBlocker ssb; in tls_get_addr_slow_path()
Dspawn.cpp146 ScopedSignalBlocker ssb; in posix_spawn()