Lines Matching full:thread
38 .Nd inspect thread termination state
44 .Fn pthread_join "pthread_t thread" "void **value_ptr"
48 .Fa "pthread_t thread"
53 .Fa "pthread_t thread"
60 function suspends execution of the calling thread until the target
61 .Fa thread
63 .Fa thread
72 by the terminating thread is stored in the location referenced by
76 returns successfully, the target thread has been terminated.
80 specifying the same target thread are undefined.
81 If the thread calling
83 is cancelled, then the target thread is not detached.
91 if target thread does not exit before specified absolute time passes.
95 only peeks into the exit status of the specified thread.
96 If the thread has not exited, the
99 Otherwise, zero is returned and the thread exit value is optionally stored
102 The target thread is left unjoined and can be used as an argument for
107 A thread that has exited but remains unjoined counts against
123 .Fa thread
124 does not refer to a joinable thread.
126 No thread could be found corresponding to that specified by the given
127 thread ID,
128 .Fa thread .
131 .Fa thread
132 specifies the calling thread.
135 .Fa thread .
145 waited for thread exit.
153 The specified thread has not yet exited.