Searched refs:enqueue (Results 1 – 16 of 16) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | rwlock.c | 277 enqueue (&rwlock->__rw_read_waiting, self); in strong_alias() 329 enqueue (&rwlock->__rw_read_waiting, self); in strong_alias() 427 enqueue (&rwlock->__rw_write_waiting, self); in strong_alias() 467 enqueue (&rwlock->__rw_write_waiting, self); in strong_alias()
|
A D | condvar.c | 91 enqueue(&cond->__c_waiting, self); in __pthread_cond_wait() 167 enqueue(&cond->__c_waiting, self); in strong_alias()
|
A D | semaphore.c | 82 enqueue(&sem->__sem_waiting, self); in sem_wait() 243 enqueue(&sem->__sem_waiting, self); in sem_timedwait()
|
A D | queue.h | 21 static __inline__ void enqueue(pthread_descr * q, pthread_descr th) in enqueue() function
|
A D | barrier.c | 50 enqueue(&barrier->__ba_waiting, self); in pthread_barrier_wait()
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | rwlock.c | 278 enqueue (&rwlock->__rw_read_waiting, self); in strong_alias() 330 enqueue (&rwlock->__rw_read_waiting, self); in strong_alias() 428 enqueue (&rwlock->__rw_write_waiting, self); in strong_alias() 468 enqueue (&rwlock->__rw_write_waiting, self); in strong_alias()
|
A D | semaphore.c | 80 enqueue(&sem->__sem_waiting, self); in sem_wait() 246 enqueue(&sem->__sem_waiting, self); in sem_timedwait()
|
A D | queue.h | 21 static __inline__ void enqueue(pthread_descr * q, pthread_descr th) in enqueue() function
|
A D | condvar.c | 96 enqueue(&cond->__c_waiting, self); in __pthread_cond_wait() 172 enqueue(&cond->__c_waiting, self); in strong_alias()
|
A D | barrier.c | 51 enqueue(&barrier->__ba_waiting, self); in pthread_barrier_wait()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | queue.h | 21 static __inline__ void enqueue(pthread_descr * q, pthread_descr th) in enqueue() function
|
A D | semaphore.c | 82 enqueue(&sem->__sem_waiting, self); in sem_wait() 243 enqueue(&sem->__sem_waiting, self); in sem_timedwait()
|
A D | condvar.c | 91 enqueue(&cond->__c_waiting, self); in pthread_cond_wait() 167 enqueue(&cond->__c_waiting, self); in libpthread_hidden_def()
|
A D | rwlock.c | 246 enqueue (&rwlock->__rw_read_waiting, self); in pthread_rwlock_rdlock() 323 enqueue (&rwlock->__rw_write_waiting, self); in pthread_rwlock_wrlock()
|
/l4re-core-master/l4util/lib/src/ |
A D | llulc.cc | 86 void enqueue(l4ullulock_t *t) in enqueue() function in Lock 254 tl->enqueue(t); in l4ullulock_lock()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | ChangeLog | 856 enqueue timer structure into __active_timer_sigev_thread list.
|
Completed in 147 milliseconds