NSThread Class Reference
PDF
Overview
Subclassing Notes
Tasks
Initializing an NSThread Object
Starting a Thread
Stopping a Thread
Determining the Thread’s Execution State
Working with the Main Thread
Querying the Environment
Working with Thread Properties
Working with Thread Priorities
Class Methods
callStackReturnAddresses
currentThread
detachNewThreadSelector:toTarget:withObject:
exit
isMainThread
isMultiThreaded
mainThread
setThreadPriority:
sleepForTimeInterval:
sleepUntilDate:
threadPriority
Instance Methods
cancel
init
initWithTarget:selector:object:
isCancelled
isExecuting
isFinished
isMainThread
main
name
setName:
setStackSize:
stackSize
start
threadDictionary
Notifications
NSDidBecomeSingleThreadedNotification
NSThreadWillExitNotification
NSWillBecomeMultiThreadedNotification
Revision History
Index
Companion Guide
Threading Programming Guide