Home
last modified time | relevance | path

Searched refs:AboveNormal (Results 1 – 25 of 150) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dpriority.cs42 Thread.CurrentThread.Priority = ThreadPriority.AboveNormal; in test_0_main_thread_priority()
45 if (after != ThreadPriority.AboveNormal) in test_0_main_thread_priority()
76 TestThread.Priority = ThreadPriority.AboveNormal; in test_0_thread_priority()
83 else if (after != ThreadPriority.AboveNormal) in test_0_thread_priority()
97 TestThread.Priority=ThreadPriority.AboveNormal; in test_0_thread_priority()
102 if (after != ThreadPriority.AboveNormal) in test_0_thread_priority()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/tests/
H A DProcessThreadTests.cs169 …hrows<PlatformNotSupportedException>(() => thread.PriorityLevel = ThreadPriorityLevel.AboveNormal); in TestPriorityLevelProperty()
177 …hrows<PlatformNotSupportedException>(() => thread.PriorityLevel = ThreadPriorityLevel.AboveNormal); in TestPriorityLevelProperty()
183 …hrows<PlatformNotSupportedException>(() => thread.PriorityLevel = ThreadPriorityLevel.AboveNormal); in TestPriorityLevelProperty()
189 thread.PriorityLevel = ThreadPriorityLevel.AboveNormal; in TestPriorityLevelProperty()
190 Assert.Equal(ThreadPriorityLevel.AboveNormal, thread.PriorityLevel); in TestPriorityLevelProperty()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.GetSetPriority.cs45 (nice < -5) ? ThreadPriorityLevel.AboveNormal : in GetThreadPriorityFromNiceValue()
56 priority == ThreadPriorityLevel.AboveNormal ? -10 : in GetNiceValueFromThreadPriority()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Internal/Runtime/Augments/
H A DRuntimeThread.Windows.cs121 case OSThreadPriority.AboveNormal: in MapFromOSPriority()
122 return ThreadPriority.AboveNormal; in MapFromOSPriority()
151 case ThreadPriority.AboveNormal: in MapToOSPriority()
152 return OSThreadPriority.AboveNormal; in MapToOSPriority()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Threading/
H A DThreadPriority.cs15 AboveNormal = 3, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Threading/
H A DThreadPriority.cs15 AboveNormal = 3, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DProcessPriorityClass.cs34 AboveNormal=0x08000, enumerator
H A DThreadPriorityLevel.cs33 AboveNormal=1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessPriorityClass.cs53 AboveNormal = 0x8000 enumerator
H A DThreadPriorityLevel.cs37 AboveNormal = 1, enumerator
H A DProcess.Unix.cs200 pri < -5 ? ProcessPriorityClass.AboveNormal :
212 case ProcessPriorityClass.AboveNormal: pri = -6; break;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DProcessPriorityClass.cs55 AboveNormal = 0x8000 enumerator
H A DThreadPriorityLevel.cs41 AboveNormal = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Caching/
H A DCacheItemPriority.cs38 AboveNormal, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Messaging/Mono.Messaging/
H A DMessagePriority.cs37 AboveNormal = 4, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Messaging/System.Messaging/
H A DMessagePriority.cs37 AboveNormal = 4, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/
H A Dthreadpriority.cs31 AboveNormal = 3, enumerator
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Model/Options/
H A DProcessPriority.cs22 AboveNormal, enumerator
/dports/misc/actiona/actiona-3.10.1/actiontools/code/
H A Dprocesshandle.h32 AboveNormal, enumerator
H A Dprocesshandle.cpp285 return AboveNormal; in priority()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/ref/
H A DSystem.Diagnostics.Process.cs148 AboveNormal = 32768, enumerator
220 AboveNormal = 1, enumerator
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Instance/
H A DRemoteInstance.cs157 case ProcessPriority.AboveNormal: in Initialize()
158 workerProcess.PriorityClass = ProcessPriorityClass.AboveNormal; in Initialize()
/dports/net/ntpa/ntpa-0.8.2/Ntp.Common/App/
H A DHeartbeat.cs53 Priority = ThreadPriority.AboveNormal in Start()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Interop/Windows/mincore/
H A DInterop.Threading.cs94 AboveNormal = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Messaging/Test/System.Messaging/
H A DBasicMessagingTest.cs193 m.Priority = MessagePriority.AboveNormal; in SendReceiveBinaryMessageWithAllPropertiesSet()
233 Assert.AreEqual (MessagePriority.AboveNormal, m2.Priority, in SendReceiveBinaryMessageWithAllPropertiesSet()

123456