Sign in
goma
/
wine
/
79f89b9c3342f38ad2991c32458ba8befa6edc91
/
server
/
timer.c
53496f8
Fixed a couple of warnings on MacOS.
by Alexandre Julliard
· 19 years ago
03f46e1
server: Added access rights mapping to synchronization objects.
by Alexandre Julliard
· 19 years ago
28beba3
server: Added infrastructure for access rights mapping.
by Alexandre Julliard
· 19 years ago
24560e7
server: Make alloc_handle use attributes instead of inherit flag.
by Alexandre Julliard
· 19 years ago
3764da6
server: Move handle allocation out of open_object_dir.
by Alexandre Julliard
· 19 years ago
7c5cb7a
Move timer objects into directory name space.
by Vitaliy Margolen
· 19 years ago
1a1583a
Match PSDK STATUS_* definitions.
by Ge van Geldorp
· 19 years ago
baffcb9
Add name_lookup function in object_ops.
by Vitaliy Margolen
· 19 years ago
95414ef
Add stdarg.h where missing.
by Robert Lunnon
· 19 years ago
893987b
Return correct error on name collision when creating new named
by Vitaliy Margolen
· 19 years ago
ead9b06
Added a struct unicode_str to encapsulate object names.
by Alexandre Julliard
· 19 years ago
3585f2f
Pass object attributes to create_named_object & find_object.
by Vitaliy Margolen
· 19 years ago
a996000
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
by Vitaliy Margolen
· 19 years ago
b9b1ea9
Added a close_handle method to the object operations, and use it to
by Alexandre Julliard
· 20 years ago
c516571
- Use NULL instead of 0 for all non-handle pointers.
by Robert Shearman
· 20 years ago
f92fff6
Implemented NtSignalAndWaitForSingleObject.
by Mike McCormack
· 20 years ago
7572b12
Implement NtQueryTimer.
by Robert Shearman
· 20 years ago
44158dd
- moved event, semaphore, mutex implementation from kernel32 to ntdll
by Eric Pouech
· 20 years ago
4c591d4
Implemented timer related functions in ntdll and make the kernel32
by Eric Pouech
· 22 years ago
088bcf9
Implemented NtQueueApcThread, and changed the server APC interface to
by Alexandre Julliard
· 22 years ago
462172a
Added abs_time_t structure to the server protocol, and added a dump
by Alexandre Julliard
· 22 years ago
e66207e
Moved all references to file descriptors out of the generic object
by Alexandre Julliard
· 22 years ago
cf27a7f
Changed fd operations to take a struct fd instead of a struct object.
by Alexandre Julliard
· 22 years ago
863637b
Started moving functions that deal with Unix file descriptors to a
by Alexandre Julliard
· 22 years ago
435e2e6
winnt.h should not be self-contained, it must depend on windef.h so
by Alexandre Julliard
· 22 years ago
526a28d
Added support for multiple object namespaces, and a bunch functions
by Alexandre Julliard
· 22 years ago
5769d1d
Better support for configure detection of missing types, added check
by Alexandre Julliard
· 23 years ago
15979fd
Fixed handling of timer callback routines when the thread owning the
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
6f011c0
- move async activation into the server - implement async queues
by Mike McCormack
· 23 years ago
9caa71e
Redesign of the server communication protocol to allow arbitrary sized
by Alexandre Julliard
· 23 years ago
2362380
Added separate queue for "system" APCs that get called even when the
by Alexandre Julliard
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
1ab243b
Merged the get_read_fd and get_write_fd requests.
by Alexandre Julliard
· 24 years ago
9c2370b
Added exception handling wrapper to a number of server requests.
by Alexandre Julliard
· 25 years ago
ea1afce
Added APC support in waitable timers.
by Alexandre Julliard
· 25 years ago
ef88637
Made request tracing more robust against bogus lengths.
by Alexandre Julliard
· 25 years ago
cb1fc73
Changed the server to return STATUS_* error codes.
by Alexandre Julliard
· 25 years ago
1dca5e2
Moved poll handling to the generic part of the server objects.
by Alexandre Julliard
· 25 years ago
247b8ae
Use poll() instead of select() for the server main loop.
by Alexandre Julliard
· 25 years ago
ad47a30
Implemented waitable timers.
by Alexandre Julliard
· 25 years ago