Home
last modified time | relevance | path

Searched refs:robust_head (Results 1 – 7 of 7) sorted by relevance

/nptl/
A Dpthread_mutex_trylock.c87 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in ___pthread_mutex_trylock()
123 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock()
140 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in ___pthread_mutex_trylock()
149 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in ___pthread_mutex_trylock()
197 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock()
230 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in ___pthread_mutex_trylock()
247 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock()
255 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock()
279 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock()
301 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock()
[all …]
A Ddescr.h181 struct robust_list_head robust_head; member
202 ((((uintptr_t) THREAD_GETMEM (THREAD_SELF, robust_head.list)) & ~1ul) \
206 robust_head.list); \
207 mutex->__data.__list.__prev = (void *) &THREAD_SELF->robust_head; \
210 THREAD_SETMEM (THREAD_SELF, robust_head.list, \
234 struct robust_list_head robust_head; member
A Dpthread_mutex_timedlock.c128 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_clocklock_common()
179 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common()
196 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_clocklock_common()
205 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_clocklock_common()
274 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common()
313 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_clocklock_common()
330 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common()
338 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common()
408 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common()
429 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common()
[all …]
A Dpthread_mutex_lock.c193 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full()
277 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full()
286 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full()
339 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full()
350 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full()
378 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full()
395 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full()
403 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full()
467 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full()
493 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full()
[all …]
A Dpthread_mutex_unlock.c157 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in libc_hidden_def()
186 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in libc_hidden_def()
257 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in libc_hidden_def()
303 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in libc_hidden_def()
A Dallocatestack.c555 pd->robust_head.futex_offset = (offsetof (pthread_mutex_t, __data.__lock) in allocate_stack()
558 pd->robust_head.list_op_pending = NULL; in allocate_stack()
560 pd->robust_prev = &pd->robust_head; in allocate_stack()
562 pd->robust_head.list = &pd->robust_head; in allocate_stack()
A Dpthread_create.c383 INTERNAL_SYSCALL_CALL (set_robust_list, &pd->robust_head, in start_thread()
520 void *robust = pd->robust_head.list; in start_thread()
528 && __builtin_expect (robust != (void *) &pd->robust_head, 0)) in start_thread()
546 while (robust != (void *) &pd->robust_head); in start_thread()

Completed in 12 milliseconds