Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsched.h26 #define CLONE_SIGHAND 0x00000800 macro
/aosp12/bionic/libc/bionic/
H A Dpthread_create.cpp416 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in pthread_create()
/aosp12/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp576 CLONE_THREAD | CLONE_SIGHAND | CLONE_VM | CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID, in debuggerd_signal_handler()