Lines 131-137
helper_thread (void *arg)
Link Here
|
131 |
to wait until it is done with it. */ |
131 |
to wait until it is done with it. */ |
132 |
(void) __pthread_barrier_wait (¬ify_barrier); |
132 |
(void) __pthread_barrier_wait (¬ify_barrier); |
133 |
} |
133 |
} |
134 |
else if (data.raw[NOTIFY_COOKIE_LEN - 1] == NOTIFY_REMOVED) |
134 |
else if (data.raw[NOTIFY_COOKIE_LEN - 1] == NOTIFY_REMOVED && data.attr != NULL) |
135 |
{ |
135 |
{ |
136 |
/* The only state we keep is the copy of the thread attributes. */ |
136 |
/* The only state we keep is the copy of the thread attributes. */ |
137 |
__pthread_attr_destroy (data.attr); |
137 |
__pthread_attr_destroy (data.attr); |
138 |
- |
|
|