Home
last modified time | relevance | path

Searched refs:dequeue (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Drwlock.c365 || (th = dequeue (&rwlock->__rw_write_waiting)) == NULL) in pthread_rwlock_unlock()
371 while ((th = dequeue (&torestart)) != NULL) in pthread_rwlock_unlock()
393 th = dequeue (&rwlock->__rw_write_waiting); in pthread_rwlock_unlock()
A Dqueue.h34 static __inline__ pthread_descr dequeue(pthread_descr * q) in dequeue() function
A Dcondvar.c246 th = dequeue(&cond->__c_waiting); in libpthread_hidden_def()
267 while ((th = dequeue(&tosignal)) != NULL) { in libpthread_hidden_def()
A Dsemaphore.c155 th = dequeue(&sem->__sem_waiting); in sem_post()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dcondvar.c246 th = dequeue(&cond->__c_waiting); in strong_alias()
267 while ((th = dequeue(&tosignal)) != NULL) { in strong_alias()
A Dqueue.h35 static __inline__ pthread_descr dequeue(pthread_descr * q) in dequeue() function
A Dbarrier.c66 while ((th = dequeue(&temp_wake_queue)) != NULL) in pthread_barrier_wait()
A Drwlock.c529 || (th = dequeue(&rwlock->__rw_write_waiting)) == NULL) in strong_alias()
535 while ((th = dequeue (&torestart)) != NULL) in strong_alias()
557 th = dequeue (&rwlock->__rw_write_waiting); in strong_alias()
A Dsemaphore.c155 th = dequeue(&sem->__sem_waiting); in sem_post()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dqueue.h35 static __inline__ pthread_descr dequeue(pthread_descr * q) in dequeue() function
A Dcondvar.c255 th = dequeue(&cond->__c_waiting); in strong_alias()
278 while ((th = dequeue(&tosignal)) != NULL) { in strong_alias()
A Dbarrier.c67 while ((th = dequeue(&temp_wake_queue)) != NULL) in pthread_barrier_wait()
A Drwlock.c530 || (th = dequeue(&rwlock->__rw_write_waiting)) == NULL) in strong_alias()
536 while ((th = dequeue (&torestart)) != NULL) in strong_alias()
558 th = dequeue (&rwlock->__rw_write_waiting); in strong_alias()
A Dsemaphore.c155 th = dequeue(&sem->__sem_waiting); in sem_post()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog10879 When mprotect call fails dequeue stack and free it.

Completed in 24 milliseconds