home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / NeXTanswers / OpenStepSpec_rtf / FoundationKit / Classes / NSThread.rtf < prev    next >
Encoding:
Text File  |  1994-07-01  |  3.5 KB  |  75 lines

  1. {\rtf0\ansi\paperw16228 \paperh18648 \margl-907 \margr0 \margt0 \margb0 {\fonttbl\f0\fswiss Helvetica;\f1\froman Times;\f2\fmodern Courier;\f3\ftech Symbol;\f4\froman Palatino;}
  2. {\stylesheet{\s0 \li100 \fi0 \ri1007 \ql   1Head;}
  3. {\s1 \li100 \fi0 \ri1007 \ql   ClassName;}
  4. {\s2 \li2872 \fi-2771 \ri1007 \ql \tx2872   ConformsTo;}
  5. {\s3 \li2872 \fi-2771 \ri1007 \ql   DeclaredIn;}
  6. {\s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030   Description;}
  7. {\s5 \li7030 \fi-5796 \ri1007 \ql   DescriptionPart;}
  8. {\s6 \li0 \fi0 \ri0 \ql \tx-25 \tx8290 \tx9172   Footer;}
  9. {\s7 \li2872 \fi-2771 \ri1007 \ql \tx2872   InheritsFrom;}
  10. {\s8 \li100 \fi0 \ri1007 \ql   Summary;}
  11. }
  12. \li0 \fi0 \ri0 \ql \sb0 \f1 \fs24 
  13. (Preliminary Documentation) Copyright \f3 \'e3\f1 1994 by NeXT Computer, Inc.  All Rights Reserved.\
  14. \
  15. \s0 \li100 \fi0 \ri1007 \ql \f0 \b \fs36 \fs16 \
  16. \
  17. \
  18. \
  19. \
  20. \
  21. \
  22. \fs36 NSThread \
  23. \pard \s7 \li2872 \fi-2771 \ri1007 \ql \tx2872 \f1 \b0 \fs28 \fs16 \
  24. \
  25. \
  26. \fs28 \f0 \b \fs28 Inherits From:    \b0 \fs28 \f1 NSObject \
  27. \fs16 \
  28. \fs28 \s2 \fs16 \fs28 \f0 \b \fs28 Conforms To:    \b0 \fs28 \f1 NSCoding\
  29. \fi0 NSObject \
  30. \fs16 \
  31. \fs28 \s3 \fi-2771 \fs16 \fs28 \f0 \b \fs28 Declared In:    \b0 \fs28 \f1 foundation/NSThread.h \
  32. \fs16 \
  33. \fs28 \pard \s8 \li100 \fi0 \ri1007 \ql \f0 \b \fs28 \fs16 \
  34. \
  35. \fs28 Creating an NSThread\
  36. \fs16 \
  37. \fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 + (NSThread *)\b currentThread\b0     Returns an object representing the current thread of execution.\
  38. \fi-6552 \fi-6552 \fi-6552 + (void)\b detachNewThreadSelector:\b0 (SEL)\i aSelector\i0     Creates and starts a new thread, sending an \i aSelector\i0  \
  39. \fi-6552 \s5 \li7030 \fi-6553 \fi-5796 \b toTarget:\b0 (id)\i aTarget\i0         message to \i aTarget\i0 .  The \i aSelector\i0  message takes the \
  40. \b withObject:\b0 (id)\i anArgument\i0         argument \i anArgument\i0  and has no return value.\
  41. \pard \s8 \li100 \fi0 \ri1007 \ql \f0 \b \fs16 \
  42. \
  43. \
  44. \fs28 Setting Thread Priority \
  45. \fs16 \
  46. \fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 {\f3 -} (void)\b setThreadPriority:\b0 (NSThreadPriority)\i priority\i0     \
  47. \fi-6552 \s5 \li7030 \fi-6553 \fi-5796     Sets the thread priority to NSInteractiveThreadPriority, NSBackgroundThreadPriority, or NSLowThreadPriority.  The thread priority is a hint to the operating system.\
  48. \s4 \li7029 \fi-5794 \fi-6552 \fi-6552 {\f3 -} (NSThreadPriority)\b threadPriority\b0     Returns the priority of the thread.\
  49. \fi-6552 \pard \s8 \li100 \fi0 \ri1007 \ql \f0 \b \fs16 \
  50. \
  51. \
  52. \fs28 Querying a Thread \
  53. \fs16 \
  54. \fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 + (BOOL)\b isMultiThreaded\b0     Returns YES if a thread was ever detached.  (Detached threads may have died since).\
  55. \fi-6552 \fi-6552 \fi-6552 {\f3 -} (NSMutableDictionary *)\b threadDictionary\b0     Returns the thread\'27s dictionary, allowing you to add data specific to the receiving thread.  This essentially allows user-defined thread variables.\
  56. \fi-6552 \pard \s8 \li100 \fi0 \ri1007 \ql \f0 \b \fs16 \
  57. \
  58. \
  59. \fs28 Terminating a Thread \
  60. \fs16 \
  61. \fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 + (void)\b exit\b0     Terminates the calling thread.  Before exiting that thread, this method posts a notification having the name \'aaNSThreadExiting\'ba and the terminating NSThread as the object argument of the\b  postNotification:object:\b0  message.\
  62. \fi-6552 \fi-6552 \fi-6552 \
  63. \fi-6552 \pard \s0 \li100 \fi0 \ri1007 \tx478 \tx856 \tx1234 \fs28 \fs16 \
  64. \
  65. \fs28 \
  66. \fs16 \
  67. \
  68. \fs28 \pard \s0 \
  69. \li100 \fi0 \fs16 \
  70. \
  71. \fs28 \
  72. \fs16 \
  73. \
  74. \fs28 }
  75.