Searched refs:list_op_pending (Results 1 – 6 of 6) sorted by relevance
/nptl/ |
A D | pthread_mutex_trylock.c | 87 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 D | pthread_mutex_timedlock.c | 128 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 D | pthread_mutex_lock.c | 193 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 D | pthread_mutex_unlock.c | 157 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 D | descr.h | 117 void *list_op_pending; member
|
A D | allocatestack.c | 558 pd->robust_head.list_op_pending = NULL; in allocate_stack()
|
Completed in 10 milliseconds