Searched refs:list_op_pending (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_mutex_trylock.c | 77 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_trylock() 105 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_trylock() 120 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_trylock() 127 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_trylock() 164 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_trylock() 186 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() 203 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_trylock() 224 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_trylock() 244 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_trylock() [all …]
|
A D | pthread_mutex_timedlock.c | 119 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in pthread_mutex_timedlock() 146 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in pthread_mutex_timedlock() 161 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in pthread_mutex_timedlock() 168 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in pthread_mutex_timedlock() 205 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in pthread_mutex_timedlock() 222 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in pthread_mutex_timedlock() 233 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in pthread_mutex_timedlock() 239 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in pthread_mutex_timedlock() 324 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in pthread_mutex_timedlock() 346 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in pthread_mutex_timedlock() [all …]
|
A D | pthread_mutex_lock.c | 149 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full() 182 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() 203 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full() 210 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full() 241 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() 258 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full() 269 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() 275 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() 338 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() 365 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() [all …]
|
A D | pthread_mutex_unlock.c | 128 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_unlock_full() 141 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_unlock_full() 202 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_unlock_full() 229 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_unlock_full()
|
A D | descr.h | 110 void *list_op_pending; member
|
A D | allocatestack.c | 671 pd->robust_head.list_op_pending = NULL; in allocate_stack()
|
A D | ChangeLog | 3092 Set robust_head.list_op_pending before trying to lock a robust mutex.
|
Completed in 18 milliseconds