Searched refs:SCHED_RESET_ON_FORK (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dsched.h51 #define SCHED_RESET_ON_FORK 0x40000000 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dsched.h51 #define SCHED_RESET_ON_FORK 0x40000000 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dsched.h51 #define SCHED_RESET_ON_FORK 0x40000000 macro
/bionic/libc/bionic/
H A Dpthread_create.cpp126 // Unless the parent has SCHED_RESET_ON_FORK set, we've already inherited from the parent.
128 need_set = ((policy & SCHED_RESET_ON_FORK) != 0);
/bionic/tests/
H A Dpthread_test.cpp2671 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO | SCHED_RESET_ON_FORK, &param);
2688 ASSERT_EQ(SCHED_FIFO | SCHED_RESET_ON_FORK, actual_policy);

Completed in 375 milliseconds