NSQualityOfService
Constants that indicate the nature and importance of work to the system.
+ threadPriority
Returns the current thread’s priority.
現在のスレッドの優先度を返します。
threadPriority
The receiver’s priority
レシーバの持つ優先度
Availability 有効性
Technology
+ (BOOL)setThreadPriority:(double)p;
priority
The new priority, specified with a floating point number from 0.0 to 1.0, where 1.0 is highest priority. 新しい優先度、0.0から1.0までの浮動小数点数で指定されます、そこで1.0は最も高い優先度です。
YES
if the priority assignment succeeded, NO
otherwise.
YES
、もし優先度割り当てがうまくいったならば、NO
をそうでなければ。
The priorities in this range are mapped to the operating system's priority values. この範囲の中の優先度は、オペレーティングシステムのもつ優先度の値に対応付けされます。
NSQualityOfService
+ threadPriority
threadPriority