Home
last modified time | relevance | path

Searched defs:CLONE_AUTOREAP (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dsched.h39 #define CLONE_AUTOREAP (1ULL << 34) /* Auto-reap child on exit. */ macro
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_autoreap_test.c26 #define CLONE_AUTOREAP (1ULL << 34) macro