Andrew Talbot
|
00981b580a
|
ntdll: Remove unneeded casts.
|
2008-01-14 13:10:00 +01:00 |
Rob Shearman
|
25bc7023ba
|
ntdll: Implement RtlRegisterWait, RtlDeregisterWait and RtlDeregisterWaitEx.
|
2008-01-02 14:30:08 +01:00 |
Andrew Talbot
|
1ebe82af65
|
ntdll: Remove unneeded casts.
|
2007-12-31 16:45:22 +01:00 |
Andrey Turkin
|
343f2c1b30
|
ntdll: Implement BindIoCompletionCallback.
|
2007-12-21 13:52:34 +01:00 |
Andrew Talbot
|
0108667754
|
ntdll: Replace inline static with static inline.
|
2007-03-17 20:03:57 +01:00 |
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 |