Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d619 @property static int PRIORITY_MIN() @nogc nothrow pure @safe in version()
638 int PRIORITY_MIN = int.min; member
693 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() function
831 assert(val >= PRIORITY_MIN); in priority()
914 assert(prio >= PRIORITY_MIN && prio <= PRIORITY_MAX);
915 thr.priority = PRIORITY_MIN;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d3270 return (size == 0) ? core.thread.Thread.PRIORITY_MIN : in priority()
3962 poolInstance.priority = Thread.PRIORITY_MIN;
3963 assert(poolInstance.priority == Thread.PRIORITY_MIN);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d3508 return (size == 0) ? core.thread.Thread.PRIORITY_MIN : in priority()
4224 poolInstance.priority = Thread.PRIORITY_MIN;
4225 assert(poolInstance.priority == Thread.PRIORITY_MIN);