Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dsched.h62 #define SCHED_RESET_ON_FORK 0x40000000 macro
/bionic/libc/bionic/
Dpthread_create.cpp171 need_set = ((policy & SCHED_RESET_ON_FORK) != 0); in __init_thread()
/bionic/tests/
Dpthread_test.cpp3067 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO | SCHED_RESET_ON_FORK, &param); in TEST()
3081 ASSERT_EQ(SCHED_FIFO | SCHED_RESET_ON_FORK, actual_policy); in TEST()