Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dthreadpool.c353 struct list bucket_entry; member
1461 … LIST_FOR_EACH_ENTRY( other_bucket, &waitqueue.buckets, struct waitqueue_bucket, bucket_entry ) in waitqueue_thread_proc()
1487 list_remove( &bucket->bucket_entry ); in waitqueue_thread_proc()
1488 list_add_tail( &waitqueue.buckets, &bucket->bucket_entry ); in waitqueue_thread_proc()
1498 list_remove( &bucket->bucket_entry ); in waitqueue_thread_proc()
1535 LIST_FOR_EACH_ENTRY( bucket, &waitqueue.buckets, struct waitqueue_bucket, bucket_entry ) in tp_waitqueue_lock()
1573 list_add_tail( &waitqueue.buckets, &bucket->bucket_entry ); in tp_waitqueue_lock()