Rob Shearman
|
7e1fead3fb
|
ntdll: Don't print a fixme in RtlQueueUserWorkItem if WT_EXECUTELONGFUNCTION is specified
since that is what the current behaviour is tuned for.
|
2007-01-04 21:14:49 +01:00 |
Hans Leidekker
|
f7b0ba7aa7
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
Mike McCormack
|
2dca7aa2e2
|
ntdll: Use RTL_CRITICAL_SECTION not CRITICAL_SECTION.
|
2006-08-23 12:01:00 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Robert Shearman
|
f40f81b6d5
|
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.
|
2006-03-21 16:19:06 +01:00 |
Robert Shearman
|
a18bdf13f7
|
ntdll: Very crude implementation of RtlQueueWorkItem.
|
2006-03-13 13:34:06 +01:00 |