NSThread $Revision$ $Date$ NSThread Foundation/NSThread.h NSObject currentThread

Returns the NSThread object corresponding to the current thread.

NB. In GNUstep the library internals use the GSCurrentThread() function as a more efficient mechanism for doing this job - so you cannot use a category to override this method and expect the library internals to use your implementation.

detachNewThreadSelector: aSelector toTarget:(id)aTarget withObject: anArgument exit isMultiThreaded sleepUntilDate: aDate threadDictionary