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

/bionic/libc/bionic/
H A Dpthread_create.cpp122 bool need_set = true; local
128 need_set = ((policy & SCHED_RESET_ON_FORK) != 0);
129 if (need_set) {
148 need_set = (thread->attr.sched_policy != SCHED_NORMAL);
150 if (need_set) {

Completed in 535 milliseconds