Home
last modified time | relevance | path

Searched refs:remove_from_queue (Results 1 – 11 of 11) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Drwlock.c39 did_remove = remove_from_queue(&rwlock->__rw_read_waiting, th); in rwlock_rd_extricate_func()
51 did_remove = remove_from_queue(&rwlock->__rw_write_waiting, th); in rwlock_wr_extricate_func()
337 was_on_queue = remove_from_queue (&rwlock->__rw_read_waiting, self); in strong_alias()
475 was_on_queue = remove_from_queue (&rwlock->__rw_write_waiting, self); in strong_alias()
A Dcondvar.c54 did_remove = remove_from_queue(&cond->__c_waiting, th); in strong_alias()
189 was_on_queue = remove_from_queue(&cond->__c_waiting, self); in strong_alias()
A Dsemaphore.c53 did_remove = remove_from_queue(&sem->__sem_waiting, th); in new_sem_extricate_func()
263 was_on_queue = remove_from_queue(&sem->__sem_waiting, self); in sem_timedwait()
A Dqueue.h46 static __inline__ int remove_from_queue(pthread_descr * q, pthread_descr th) in remove_from_queue() function
/l4re-core-master/uclibc/lib/libpthread/src/
A Drwlock.c40 did_remove = remove_from_queue(&rwlock->__rw_read_waiting, th); in rwlock_rd_extricate_func()
52 did_remove = remove_from_queue(&rwlock->__rw_write_waiting, th); in rwlock_wr_extricate_func()
338 was_on_queue = remove_from_queue (&rwlock->__rw_read_waiting, self); in strong_alias()
476 was_on_queue = remove_from_queue (&rwlock->__rw_write_waiting, self); in strong_alias()
A Dsemaphore.c51 did_remove = remove_from_queue(&sem->__sem_waiting, th); in new_sem_extricate_func()
266 was_on_queue = remove_from_queue(&sem->__sem_waiting, self); in sem_timedwait()
A Dqueue.h46 static __inline__ int remove_from_queue(pthread_descr * q, pthread_descr th) in remove_from_queue() function
A Dcondvar.c57 did_remove = remove_from_queue(&cond->__c_waiting, th); in strong_alias()
194 was_on_queue = remove_from_queue(&cond->__c_waiting, self); in strong_alias()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dqueue.h45 static __inline__ int remove_from_queue(pthread_descr * q, pthread_descr th) in remove_from_queue() function
A Dsemaphore.c53 did_remove = remove_from_queue(&sem->__sem_waiting, th); in new_sem_extricate_func()
263 was_on_queue = remove_from_queue(&sem->__sem_waiting, self); in sem_timedwait()
A Dcondvar.c54 did_remove = remove_from_queue(&cond->__c_waiting, th); in libpthread_hidden_def()
189 was_on_queue = remove_from_queue(&cond->__c_waiting, self); in libpthread_hidden_def()

Completed in 10 milliseconds