wine/ scheduler/timer.c scheduler/synchro.c in ...

Alexandre Julliard julliard at wine.codeweavers.com
Sun Mar 30 19:37:05 CST 2003


ChangeSet ID:	7728
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/03/30 19:37:05

Modified files:
	scheduler      : timer.c synchro.c 
	include        : winternl.h 
	dlls/ntdll     : time.c sync.c om.c ntdll_misc.h ntdll.spec 

Log message:
	Moved WaitForMultipleObjects to ntdll (based on a patch by Eric
	Pouech).
	Added NTDLL_get_server_timeout function to compute ntdll-style
	timeouts and adapted the timer code to use it.

Patch: http://cvs.winehq.com/patch.py?id=7728

Old revision  New revision  Changes     Path
 1.17          1.18          +9 -22      wine/scheduler/timer.c
 1.45          1.46          +16 -189    wine/scheduler/synchro.c
 1.21          1.22          +1 -0       wine/include/winternl.h
 1.28          1.29          +42 -6      wine/dlls/ntdll/time.c
 1.23          1.24          +192 -5     wine/dlls/ntdll/sync.c
 1.25          1.26          +0 -13      wine/dlls/ntdll/om.c
 1.11          1.12          +2 -0       wine/dlls/ntdll/ntdll_misc.h
 1.101         1.102         +2 -2       wine/dlls/ntdll/ntdll.spec




More information about the wine-cvs mailing list