Searched refs:PR_MCE_KILL_EARLY (Results 1 – 6 of 6) sorted by relevance
86 PR_MCE_KILL_EARLY:94 指定线程上调用prctl(PR_MCE_KILL_EARLY)。否则,SIGBUS将被发送到主线程。
62 #ifndef PR_MCE_KILL_EARLY63 #define PR_MCE_KILL_EARLY 1 macro403 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, 0, 0); in qemu_init_sigbus()
103 # define PR_MCE_KILL_EARLY 1 macro
91 PR_MCE_KILL_EARLY:100 call prctl(PR_MCE_KILL_EARLY) on the designated thread. Otherwise,
2557 if (arg3 == PR_MCE_KILL_EARLY) in SYSCALL_DEFINE5()2576 PR_MCE_KILL_EARLY : PR_MCE_KILL_LATE; in SYSCALL_DEFINE5()