|
Lines 117-122
Link Here
|
| 117 |
/* Return the thread's return value: */ |
117 |
/* Return the thread's return value: */ |
| 118 |
*thread_return = pthread->ret; |
118 |
*thread_return = pthread->ret; |
| 119 |
|
119 |
|
|
|
120 |
pthread->attr.flags |= PTHREAD_DETACHED; |
| 121 |
|
| 120 |
_thread_leave_cancellation_point(); |
122 |
_thread_leave_cancellation_point(); |
| 121 |
|
123 |
|
| 122 |
/* Return the completion status: */ |
124 |
/* Return the completion status: */ |