ntdll: Start of pooling support for RtlQueueWorkItem.
commitf40f81b6d5e120529b6ef61aecf0b1068ff6ee8c
authorRobert Shearman <rob@codeweavers.com>
Tue, 21 Mar 2006 13:44:14 +0000 (21 13:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Mar 2006 15:19:06 +0000 (21 16:19 +0100)
treea776d49c79f32c604229761f884b9ec4ccaea384
parent6f2b0fbf94b23fb98c050dd96d8b7f2084995e57
ntdll: Start of pooling support for RtlQueueWorkItem.

Start of pooling support for RtlQueueWorkItem. The algorithm
implmented is very simple - if there are no free threads, create a new
one.
dlls/ntdll/threadpool.c