libs-base/Documentation/gsdoc/NSThread.html
CaS 0a86bba7b0 Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
2001-04-25 14:19:57 +00:00

84 lines
2.3 KiB
HTML

<html><head>
<title>NSThread</title>
</head>
<body>
<a href ="NSTask.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSTimeZone.html">[Next] </a>
<h1>NSThread</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSThread</a></h2>
<h2><a name ="NSThread">NSThread</a></h2>
<p><b>Declared in: </b> Foundation/NSThread.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSObject
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li ><a href ="NSThread.html#method-0">+currentThread</a>
<li ><a href ="NSThread.html#method-1">+detachNewThreadSelector:toTarget:(id)aTarget withObject:</a>
<li ><a href ="NSThread.html#method-2">+exit</a>
<li ><a href ="NSThread.html#method-3">+isMultiThreaded</a>
<li ><a href ="NSThread.html#method-4">+sleepUntilDate:</a>
<li ><a href ="NSThread.html#method-5">-threadDictionary</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">currentThread</a></h3>
+ (NSThread*) <b>currentThread</b>;<br>
<p>
Returns the NSThread object corresponding to the current thread.
</p>
<p>
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.
</p>
<hr>
<h3><a name ="method-1">detachNewThreadSelector:toTarget:(id)aTarget withObject:</a></h3>
+ (void) <b>detachNewThreadSelector:</b> (SEL)aSelector <b>toTarget:(id)aTarget withObject:</b> (id)anArgument;<br>
<hr>
<h3><a name ="method-2">exit</a></h3>
+ (void) <b>exit</b>;<br>
<hr>
<h3><a name ="method-3">isMultiThreaded</a></h3>
+ (BOOL) <b>isMultiThreaded</b>;<br>
<hr>
<h3><a name ="method-4">sleepUntilDate:</a></h3>
+ (void) <b>sleepUntilDate:</b> (NSDate*)aDate;<br>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-5">threadDictionary</a></h3>
- (NSMutableDictionary*) <b>threadDictionary</b>;<br>
<hr>
</body>
</html>