~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSThread.gsdoc

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
3
 
<gsdoc base="NSThread" prev="NSTask" next="NSTimeZone" up="Base">
4
 
  <head>
5
 
    <title>NSThread</title>
6
 
    <author name="Richard Frith-Macdonald">
7
 
      <email address="rfm@gnu.org"/>
8
 
      <url url="http://www.gnustep.org/developers/whoiswho.html"/>
9
 
    </author>
10
 
    <version>$Revision: 1.8 $</version>
11
 
    <date>$Date: 2001/04/12 12:24:50 $</date>
12
 
  </head>
13
 
  <body>
14
 
    <chapter>
15
 
      <heading>NSThread</heading>
16
 
      <class name="NSThread" super="NSObject">
17
 
        <declared>Foundation/NSThread.h</declared>
18
 
        <conform>NSObject</conform>
19
 
          <desc>
20
 
          </desc>
21
 
        <method type="NSThread*" factory="yes">
22
 
          <sel>currentThread</sel>
23
 
          <desc>
24
 
            <p>
25
 
              Returns the NSThread object corresponding to the current thread.
26
 
            </p>
27
 
            <p>
28
 
              NB. In GNUstep the library internals use the GSCurrentThread()
29
 
              function as a more efficient mechanism for doing this job - so
30
 
              you cannot use a category to override this method and expect
31
 
              the library internals to use your implementation.
32
 
            </p>
33
 
          </desc>
34
 
        </method>
35
 
        <method type="void" factory="yes">
36
 
          <sel>detachNewThreadSelector:</sel>
37
 
          <arg type="SEL">aSelector</arg>
38
 
          <sel>toTarget:(id)aTarget  withObject:</sel>
39
 
          <arg type="id">anArgument</arg>
40
 
          <desc>
41
 
          </desc>
42
 
        </method>
43
 
        <method type="void" factory="yes">
44
 
          <sel>exit</sel>
45
 
          <desc>
46
 
          </desc>
47
 
        </method>
48
 
        <method type="BOOL" factory="yes">
49
 
          <sel>isMultiThreaded</sel>
50
 
          <desc>
51
 
          </desc>
52
 
        </method>
53
 
        <method type="void" factory="yes">
54
 
          <sel>sleepUntilDate:</sel>
55
 
          <arg type="NSDate*">aDate</arg>
56
 
          <desc>
57
 
          </desc>
58
 
        </method>
59
 
        <method type="NSMutableDictionary*">
60
 
          <sel>threadDictionary</sel>
61
 
          <desc>
62
 
          </desc>
63
 
        </method>
64
 
      </class>
65
 
    </chapter>
66
 
  </body>
67
 
</gsdoc>