Searched refs:queued_thread (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/
H A Dsem.cpp73 struct queued_thread : DoublyLinkedListLinkImpl<queued_thread> { struct in inherits:DoublyLinkedListLinkImpl
74 queued_thread(Thread *thread, int32 count) function in struct:queued_thread
87 typedef DoublyLinkedList<queued_thread> ThreadQueue;
187 while (queued_thread* entry = it.Next())
332 while (queued_thread* entry = sem.queue.RemoveHead()) {
603 remove_thread_from_sem(queued_thread *entry, struct sem_entry *sem)
811 queued_thread queueEntry(thread, count);
936 queued_thread* entry = sSems[slot].queue.Head();

Completed in 40 milliseconds