• Sebastian Lackner's avatar
    ntdll: Implement threadpool wait queues. · f1be5dca
    Sebastian Lackner authored
    To implement waiting for an arbitrary number of handles, we group them
    in buckets up to (MAXIMUM_WAIT_OBJECTS - 1) objects, and then assign a
    dedicated wait queue thread. The last handle is used to notify about
    changes.
    f1be5dca
threadpool.c 91 KB