var threadDictionary : NSMutableDictionary
The thread object's dictionary.
スレッドオブジェクトの持つ辞書。
var name: String?
The name of the receiver.
レシーバの名前。
Availability 有効性
Technology
var stackSize: Int
{ get set }
This value must be in bytes and a multiple of 4KB. この値は、バイトでそして4KBの倍数でなければなりません。
To change the stack size, you must set this property before starting your thread. Setting the stack size after the thread has started changes the attribute size (which is reflected by the stack
method), but it does not affect the actual number of pages set aside for the thread.
スタックサイズを変更するには、あなたはこのプロパティをあなたのスレッドを開始する前に設定しなければなりません。スレッドが開始した後にスタックサイズを設定することは、属性サイズを変更します(それはstack
メソッドに反映されます)、しかしそれはスレッドのために別にして設定される実際のページ数に影響を与えません。
var threadDictionary : NSMutableDictionary
var name: String?