Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_tls.cpp63 ScopedSignalBlocker ssb; in register_tls_module() local
86 ScopedSignalBlocker ssb; in unregister_tls_module() local
/bionic/libc/bionic/
Dtmpfile.cpp52 ScopedSignalBlocker ssb; in __tmpfile_dir() local
Dpthread_exit.cpp108 ScopedSignalBlocker ssb; in pthread_exit() local
Dbionic_elf_tls.cpp184 ScopedSignalBlocker ssb; in __init_static_tls() local
285 ScopedSignalBlocker ssb; in tls_get_addr_slow_path() local
Dspawn.cpp146 ScopedSignalBlocker ssb; in posix_spawn() local
158 if ((flags & POSIX_SPAWN_SETSIGMASK) == 0) ssb.reset(); in posix_spawn()