Searched refs:PRIORITY_MIN (Results 1 – 3 of 3) sorted by relevance
619 @property static int PRIORITY_MIN() @nogc nothrow pure @safe in version()638 int PRIORITY_MIN = int.min; member693 result.PRIORITY_MIN = clparms[0]; in loadPriorities()713 result.PRIORITY_MIN = -cast(int)(clinfo[0]); in loadPriorities()725 result.PRIORITY_MIN = sched_get_priority_min( policy ); in loadPriorities()726 result.PRIORITY_MIN != -1 in loadPriorities()746 @property static int PRIORITY_MIN() @nogc nothrow pure @trusted in PRIORITY_MIN() function831 assert(val >= PRIORITY_MIN); in priority()914 assert(prio >= PRIORITY_MIN && prio <= PRIORITY_MAX);915 thr.priority = PRIORITY_MIN;[all …]
3270 return (size == 0) ? core.thread.Thread.PRIORITY_MIN : in priority()3962 poolInstance.priority = Thread.PRIORITY_MIN;3963 assert(poolInstance.priority == Thread.PRIORITY_MIN);
3508 return (size == 0) ? core.thread.Thread.PRIORITY_MIN : in priority()4224 poolInstance.priority = Thread.PRIORITY_MIN;4225 assert(poolInstance.priority == Thread.PRIORITY_MIN);