search for: kewaitforsingleobject

Displaying 8 results from an estimated 8 matches for "kewaitforsingleobject".

2015 Jul 13
3
[LLVMdev] Documentation of bitcasts in calls
Dear all, I just stumbled over the following instruction in the LLVM IR of a C program compiled with clang: %26 = call i32 (...)* bitcast (i32 (i32, i32, i32, i32, i32)* @KeWaitForSingleObject to i32 (...)*)(i32 %23, i32 %24, i32 %25, i32 0, i32 0) Since our LLVM Parser choked on this instruction, I tried to check the documentation, but did not find anything about such nested bitcasts within calls. What is the exact syntax and semantics (while I can guess the latter, especially the form...
2010 Jun 04
6
Error WK1129 - WIBU-KEY kernel driver needs client version
Hi, I am getting the following error trying to recognise a WIBU-Key Error WK1129 - WIBU-KEY kernel driver needs client version I am using Wine 1.1.44 Has anyone encountered this error before? Any help would be greatly appreciated. Thank you and regards, Anna.
2010 Jul 30
2
Latest Garena not starting in Ubuntu 10.04
...y for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:ntoskrnl:KeInitializeMutex stub: 0x5437e0, 0 fixme:ntoskrnl:PsSetCreateProcessNotifyRoutine stub: 0x540614 0 fixme:ntoskrnl:KeGetCurrentIrql stub! fixme:ntoskrnl:KeWaitForSingleObject stub: 0x5437e0, 0, 0, 0, (nil) err:ntdll:RtlpWaitForCriticalSection section 0x7bca4804 "loader.c: loader_section" wait timed out in thread 001e, blocked by 0009, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7bca4804 "loader.c: loader_section" wait timed out i...
2010 Aug 20
1
Garena not Working
...y for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:ntoskrnl:KeInitializeMutex stub: 0x5437e0, 0 fixme:ntoskrnl:PsSetCreateProcessNotifyRoutine stub: 0x540614 0 fixme:ntoskrnl:KeGetCurrentIrql stub! fixme:ntoskrnl:KeWaitForSingleObject stub: 0x5437e0, 0, 0, 0, (nil) err:ntdll:RtlpWaitForCriticalSection section 0x7bca5884 "loader.c: loader_section" wait timed out in thread 001e, blocked by 0009, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7bca5884 "loader.c: loader_section" wait timed out i...
2007 Nov 02
0
[PATCH] PVWin: Fix warnings
...req[] = { { pre, strlen(pre)+1 } }; - int nr_elems, x, i; + ULONG nr_elems, x, i; char **res; char *msg; @@ -488,7 +493,10 @@ XenBus_ReadThreadProc(PVOID StartContext char *payload; char *path, *token; - while(TRUE) { + UNREFERENCED_PARAMETER(StartContext); + + for (;;) + { KeWaitForSingleObject(&XenBus_ReadThreadEvent, Executive, KernelMode, FALSE, NULL); KdPrint((__DRIVER_NAME " ReadThread Woken (Count = %d)\n", ReadThreadWaitCount++)); while (xen_store_interface->rsp_prod != xen_store_interface->rsp_cons) { @@ -553,7 +561,9 @@ XenBus_WatchThreadProc(PVO...
2010 May 05
0
Hazon Dictionary
...Lock stub: 0x551748 fixme:ntoskrnl:KeInitializeSpinLock stub: 0x55174c fixme:ntoskrnl:KeInitializeMutex stub: 0x63b49c, 1 fixme:ntoskrnl:KeInitializeEvent stub: 0x55172c 1 0 fixme:ntoskrnl:IoInitializeTimer stub: 0x54f020, 0x54c3d0, 0x54f020 fixme:ntoskrnl:IoStartTimer stub: 0x54f020 fixme:ntoskrnl:KeWaitForSingleObject stub: 0x55172c, 0, 0, 0, (nil) fixme:ntoskrnl:PsTerminateSystemThread stub: 0 fixme:ntoskrnl:ExInitializeResourceLite stub: 0x11182a fixme:ntoskrnl:KeInitializeSpinLock stub: 0x111882 fixme:ntoskrnl:KeInitializeSpinLock stub: 0x11188e fixme:ntoskrnl:KeInitializeEvent stub: 0x111896 1 1 fixme:ntoskr...
2018 Dec 07
0
Wine release 4.0-rc1
...etupapi/tests: Remove workarounds in test_SetupDiOpenClassRegKeyExA(). ntoskrnl.exe: Implement KeWaitForMultipleObjects(). ntoskrnl.exe: Implement KeInitializeEvent(). ntoskrnl.exe: Implement KeSetEvent(). ntoskrnl.exe: Implement KeResetEvent(). ntoskrnl.exe: Implement KeWaitForSingleObject(). ntoskrnl.exe/tests: Add some tests for synchronization functions. ntoskrnl.exe: Implement KeInitializeSemaphore(). ntoskrnl.exe: Implement KeReleaseSemaphore() and waiting on semaphores. ntoskrnl.exe: Implement KeInitializeMutex(). ntoskrnl.exe: Implement KeReleaseM...
2009 Jun 19
0
Wine release 1.1.24
...est for Win64. rpcrt4/tests: Fix the marshalling test for Win9x. rpcrt4: Fix memory sizes of marshalled pointers on 64-bit. urlmon/tests: Avoid comparing uninitialized structure data. Anders Jonsson (8): ntoskrnl.exe: Stub for KeInitializeMutex. ntoskrnl.exe: Stub for KeWaitForSingleObject. ntoskrnl.exe: Stub for IoInitializeTimer. ntoskrnl.exe: Stub for IoStartTimer. ntoskrnl.exe: Stub for ExInitializeResourceLite. ntoskrnl.exe: Stub for ExInitializeZone. ntoskrnl.exe: Stub for PsTerminateSystemThread. ntoskrnl.exe: Stub for ExInitializeNPagedLook...