| /src/lib/libpthread/ |
| pthread.c | 331 t->pt_cancel = 0; 662 atomic_store_relaxed(&self->pt_cancel, PT_CANCEL_DISABLED); 896 old = atomic_load_relaxed(&thread->pt_cancel); 904 &thread->pt_cancel, &old, new, 938 old = atomic_load_relaxed(&self->pt_cancel); 963 &self->pt_cancel, &old, new, 1013 old = atomic_load_relaxed(&self->pt_cancel); 1020 &self->pt_cancel, &old, new, 1082 if (__predict_false(atomic_load_relaxed(&self->pt_cancel) & 1269 (atomic_load_relaxed(&self->pt_cancel) [all...] |
| pthread.c | 331 t->pt_cancel = 0; 662 atomic_store_relaxed(&self->pt_cancel, PT_CANCEL_DISABLED); 896 old = atomic_load_relaxed(&thread->pt_cancel); 904 &thread->pt_cancel, &old, new, 938 old = atomic_load_relaxed(&self->pt_cancel); 963 &self->pt_cancel, &old, new, 1013 old = atomic_load_relaxed(&self->pt_cancel); 1020 &self->pt_cancel, &old, new, 1082 if (__predict_false(atomic_load_relaxed(&self->pt_cancel) & 1269 (atomic_load_relaxed(&self->pt_cancel) [all...] |
| pthread_cond.c | 146 if (__predict_false(atomic_load_relaxed(&self->pt_cancel) & 176 !(cancel = atomic_load_relaxed(&self->pt_cancel) &
|
| pthread_cond.c | 146 if (__predict_false(atomic_load_relaxed(&self->pt_cancel) & 176 !(cancel = atomic_load_relaxed(&self->pt_cancel) &
|
| pthread_int.h | 99 _Atomic unsigned int pt_cancel; /* Cancellation */ member in struct:__pthread_st 159 /* pt_cancel word */
|
| pthread_int.h | 99 _Atomic unsigned int pt_cancel; /* Cancellation */ member in struct:__pthread_st 159 /* pt_cancel word */
|
| pthread_cancelstub.c | 152 __predict_false(atomic_load_relaxed(&(id)->pt_cancel) & \
|
| pthread_cancelstub.c | 152 __predict_false(atomic_load_relaxed(&(id)->pt_cancel) & \
|