SCMP_ACT_KILL_THREAD

Kill the thread

version(Posix)
extern (C) nothrow @nogc
enum SCMP_ACT_KILL_THREAD = "00000000".to!uint(16);

Meta