/reactos/modules/rostests/kmtests/ntos_ke/ |
H A D | KeMutex.c | 98 Executive, in TestMutant() 116 Executive, in TestMutant() 144 Executive, in TestMutant() 156 Executive, in TestMutant() 167 Executive, in TestMutant() 222 Executive, in TestMutex() 240 Executive, in TestMutex() 268 Executive, in TestMutex() 280 Executive, in TestMutex() 291 Executive, in TestMutex()
|
H A D | KeGuardedMutex.c | 241 Status = KeWaitForSingleObject(&ThreadData->InEvent, Executive, KernelMode, FALSE, NULL); in AcquireMutexThread() 290 return KeWaitForSingleObject(&ThreadData->OutEvent, Executive, KernelMode, FALSE, Timeout); in StartThread() 301 Status = KeWaitForSingleObject(ThreadData->Thread, Executive, KernelMode, FALSE, NULL); in FinishThread() 347 Status = KeWaitForSingleObject(&ThreadData2.OutEvent, Executive, KernelMode, FALSE, NULL); in TestGuardedMutexConcurrent() 362 Status = KeWaitForSingleObject(&ThreadDataUnsafe.OutEvent, Executive, KernelMode, FALSE, NULL); in TestGuardedMutexConcurrent() 368 Status = KeWaitForSingleObject(&ThreadData.OutEvent, Executive, KernelMode, FALSE, NULL); in TestGuardedMutexConcurrent()
|
H A D | KeEvent.c | 130 Status = KeWaitForSingleObject(ThreadData->Event, Executive, KernelMode, FALSE, NULL); in WaitForEventThread() 203 …leObjects(ThreadCount, ThreadObjects, SatisfiesAll ? WaitAll : WaitAny, Executive, KernelMode, FAL… in TestEventConcurrent() 219 …Status = KeWaitForMultipleObjects(ThreadCount, ThreadObjects, WaitAny, Executive, KernelMode, FALS… in TestEventConcurrent() 260 KeWaitForSingleObject(Event, Executive, KernelMode, FALSE, NULL); in CountThread() 306 … Status = KeWaitForSingleObject(&ThreadData->WaitEvent, Executive, KernelMode, FALSE, NULL); in TestEventScheduling()
|
/reactos/drivers/ksfilter/ks/ |
H A D | bag.c | 100 KeWaitForSingleObject(Bag->BagMutex, Executive, KernelMode, FALSE, NULL); in KsAddItemToObjectBag() 192 KeWaitForSingleObject(Bag->BagMutex, Executive, KernelMode, FALSE, NULL); in KsRemoveItemFromObjectBag() 263 KeWaitForSingleObject(ObjectBagSrc->BagMutex, Executive, KernelMode, FALSE, NULL); in KsCopyObjectBagItems() 268 KeWaitForSingleObject(ObjectBagDest->BagMutex, Executive, KernelMode, FALSE, NULL); in KsCopyObjectBagItems() 320 KeWaitForSingleObject(Bag->BagMutex, Executive, KernelMode, FALSE, NULL); in KsFreeObjectBag() 376 KeWaitForSingleObject(Bag->BagMutex, Executive, KernelMode, FALSE, NULL); in _KsEdit()
|
/reactos/sdk/lib/drivers/wdf/kmdf/src/core/ |
H A D | fxsystemthread.cpp | 269 Status = m_InitEvent.WaitFor(Executive, KernelMode, FALSE, NULL); in ExitThread() 297 Executive, in ExitThread() 547 Executive, KernelMode, FALSE, NULL); in Thread() 604 Status = m_InitEvent.WaitFor(Executive, KernelMode, FALSE, NULL); in Reaper() 625 Executive, in Reaper()
|
/reactos/modules/rostests/kmtests/ntos_ex/ |
H A D | ExFastMutex.c | 177 Status = KeWaitForSingleObject(&ThreadData->InEvent, Executive, KernelMode, FALSE, NULL); in AcquireMutexThread() 224 return KeWaitForSingleObject(&ThreadData->OutEvent, Executive, KernelMode, FALSE, Timeout); in StartThread() 235 Status = KeWaitForSingleObject(ThreadData->Thread, Executive, KernelMode, FALSE, NULL); in FinishThread() 280 Status = KeWaitForSingleObject(&ThreadData2.OutEvent, Executive, KernelMode, FALSE, NULL); in TestFastMutexConcurrent() 295 Status = KeWaitForSingleObject(&ThreadDataUnsafe.OutEvent, Executive, KernelMode, FALSE, NULL); in TestFastMutexConcurrent() 301 Status = KeWaitForSingleObject(&ThreadData.OutEvent, Executive, KernelMode, FALSE, NULL); in TestFastMutexConcurrent()
|
H A D | ExResource.c | 296 Status = KeWaitForSingleObject(&ThreadData->InEvent, Executive, KernelMode, FALSE, NULL); in AcquireResourceThread() 348 return KeWaitForSingleObject(&ThreadData->OutEvent, Executive, KernelMode, FALSE, Timeout); in StartThread() 359 Status = KeWaitForSingleObject(ThreadData->Thread, Executive, KernelMode, FALSE, NULL); in FinishThread() 452 … Status = KeWaitForSingleObject(&ThreadDataExclusive.OutEvent, Executive, KernelMode, FALSE, NULL); in TestResourceWithThreads() 462 Status = KeWaitForSingleObject(&ThreadDataShared2.OutEvent, Executive, KernelMode, FALSE, NULL); in TestResourceWithThreads() 492 Status = KeWaitForSingleObject(&ThreadData->InEvent, Executive, KernelMode, FALSE, NULL); in TestOwnerRes()
|
/reactos/drivers/filesystems/fs_rec/ |
H A D | blockdev.c | 61 Executive, in FsRecGetDeviceSectors() 134 Executive, in FsRecGetDeviceSectorSize() 210 Executive, in FsRecReadBlock()
|
/reactos/drivers/bluetooth/fbtusb/ |
H A D | fbtpnp.c | 172 KeWaitForSingleObject(&startDeviceEvent, Executive, KernelMode, FALSE, NULL); in HandleStartDevice() 741 KeWaitForSingleObject(&event, Executive, KernelMode, FALSE, NULL); in CallUSBD() 776 KeWaitForSingleObject(&deviceExtension->StopEvent, Executive, KernelMode, FALSE, NULL); in HandleQueryStopDevice() 825 KeWaitForSingleObject(&event, Executive, KernelMode, FALSE, NULL); in HandleCancelStopDevice() 891 … KeWaitForSingleObject(&deviceExtension->NoIdleReqPendEvent, Executive, KernelMode, FALSE, NULL); in HandleStopDevice() 958 KeWaitForSingleObject(&deviceExtension->StopEvent, Executive, KernelMode, FALSE, NULL); in HandleQueryRemoveDevice() 1006 KeWaitForSingleObject(&event, Executive, KernelMode, FALSE, NULL); in HandleCancelRemoveDevice() 1078 … KeWaitForSingleObject(&deviceExtension->NoIdleReqPendEvent, Executive, KernelMode, FALSE, NULL); in HandleSurpriseRemoval() 1157 … KeWaitForSingleObject(&deviceExtension->NoIdleReqPendEvent, Executive, KernelMode, FALSE, NULL); in HandleRemoveDevice() 1193 Executive, in HandleRemoveDevice() [all …]
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | volume.c | 392 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in IopShutdownBaseFileSystems() 449 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in IopLoadFileSystemDriver() 485 Executive, in IopMountVolume() 627 Executive, in IopMountVolume() 691 Executive, in IopMountVolume() 891 Executive, in IoVerifyVolume() 941 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in IoVerifyVolume() 1323 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); 1356 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); 1402 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL);
|
H A D | rawfs.c | 208 Executive, in RawClose() 243 Executive, in RawCreate() 475 Executive, in RawUserFsCtrl() 607 Executive, in RawFileSystemControl() 804 Executive, in RawQueryFsSizeInfo() 845 Executive, in RawQueryFsSizeInfo() 1023 Executive, in RawCleanup()
|
H A D | arcname.c | 299 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in IopCreateArcNamesCd() 358 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in IopCreateArcNamesCd() 525 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in IopCreateArcNamesDisk() 607 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in IopCreateArcNamesDisk() 672 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in IopCreateArcNamesDisk()
|
/reactos/drivers/network/ndisuio/ |
H A D | protocol.c | 223 Executive, in NduReceive() 368 Executive, in UnbindAdapterByContext() 465 Executive, in BindAdapterByName() 496 Executive, in BindAdapterByName() 515 Executive, in BindAdapterByName()
|
/reactos/drivers/bus/pcix/ |
H A D | hookhal.c | 53 KeWaitForSingleObject(&PciGlobalLock, Executive, KernelMode, FALSE, NULL); in PciFindPdoByLocation() 81 Executive, in PciFindPdoByLocation() 150 KeWaitForSingleObject(&PciGlobalLock, Executive, KernelMode, FALSE, NULL); in PciAssignSlotResources()
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/ |
H A D | fxwaitlock.hpp | 79 status = m_Event.WaitFor(Executive, in _Acquires_lock_() 112 status = m_Event.WaitFor(Executive, in _Acquires_lock_() 266 status = m_Event.WaitFor(Executive, in _Acquires_lock_()
|
/reactos/ntoskrnl/fstub/ |
H A D | disksup.c | 134 Executive, in HalpQueryDriveLayout() 223 Executive, in HalpQueryPartitionType() 378 Executive, in IopComputeHarddiskDerangements() 501 Executive, in HalpNextMountLetter() 592 Executive, in HalpSetMountLetter() 751 Executive, in HalpIsOldStyleFloppy() 842 Executive, in HalpDeleteMountLetter() 898 Executive, in HalpEnableAutomaticDriveLetterAssignment() 1430 KeWaitForSingleObject(Event, Executive, KernelMode, FALSE, NULL); in HalpGetFullGeometry() 2335 Executive, in xHalIoSetPartitionInformation() [all …]
|
/reactos/modules/rosapps/applications/net/tditest/tditest/ |
H A D | tditest.c | 66 …Status = KeWaitForMultipleObjects(2, (PVOID)Events, WaitAny, Executive, KernelMode, FALSE, NULL, N… in TdiCall() 82 Status = KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in TdiCall() 747 …KeWaitForMultipleObjects( 2, (PVOID)Events, WaitAny, Executive, KernelMode, FALSE, &Timeout, NULL); in TdiSendThread() 877 KeWaitForSingleObject(SendThreadObject, Executive, KernelMode, FALSE, NULL); in TdiUnload() 880 KeWaitForSingleObject(ReceiveThreadObject, Executive, KernelMode, FALSE, NULL); in TdiUnload() 911 KeWaitForSingleObject(&Event, Executive, KernelMode, TRUE, NULL); in DriverEntry()
|
/reactos/media/doc/ |
H A D | locks.txt | 1 Next-Gen (NT 5.2) Executive Locks in NTOSKRNL. 36 REPLACES: Executive Resources.
|
/reactos/drivers/network/tcpip/ip/lwip_glue/ |
H A D | sys_arch.c | 100 Executive, in sys_arch_sem_wait() 195 Executive, in sys_arch_mbox_fetch() 348 Executive, in sys_shutdown()
|
/reactos/drivers/usb/usbstor_new/ |
H A D | misc.c | 71 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in USBSTOR_SyncForwardIrp() 156 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in USBSTOR_GetBusInterface() 226 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in USBSTOR_SyncUrbRequest()
|
/reactos/ntoskrnl/config/ |
H A D | cminit.c | 421 Executive, in CmpOpenHiveFiles() 459 Executive, in CmpOpenHiveFiles() 588 Executive, in CmpOpenHiveFiles() 625 Executive, in CmpOpenHiveFiles()
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | pnp.c | 210 Executive, in Ext2PnpQueryRemove() 280 Executive, in Ext2PnpRemove() 350 Executive, in Ext2PnpSurpriseRemove()
|
/reactos/drivers/storage/mountmgr/ |
H A D | mountmgr.c | 119 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in _IRQL_requires_() 750 KeWaitForSingleObject(&UnloadEvent, Executive, KernelMode, FALSE, NULL); in MountMgrUnload() 761 KeWaitForSingleObject(&(DeviceExtension->DeviceLock), Executive, KernelMode, in MountMgrUnload() 793 KeWaitForSingleObject(&UnloadEvent, Executive, KernelMode, FALSE, NULL); in MountMgrUnload() 800 KeWaitForSingleObject(&(DeviceExtension->DeviceLock), Executive, KernelMode, in MountMgrUnload() 914 KeWaitForSingleObject(&(DeviceExtension->DeviceLock), Executive, KernelMode, FALSE, NULL); in MountMgrMountedDeviceArrival() 973 KeWaitForSingleObject(&(DeviceExtension->DeviceLock), Executive, KernelMode, FALSE, NULL); in MountMgrMountedDeviceArrival() 1335 KeWaitForSingleObject(&(DeviceExtension->DeviceLock), Executive, KernelMode, FALSE, NULL); in MountMgrMountedDeviceArrival() 1373 KeWaitForSingleObject(&(DeviceExtension->DeviceLock), Executive, KernelMode, FALSE, NULL); in MountMgrMountedDeviceRemoval() 1690 KeWaitForSingleObject(&UnloadEvent, Executive, KernelMode, FALSE, NULL); in MountMgrShutdown()
|
H A D | database.c | 378 …Status = KeWaitForSingleObject(&(DeviceExtension->RemoteDatabaseLock), Executive, KernelMode, FALS… in WaitForRemoteDatabaseSemaphore() 600 KeWaitForSingleObject(&DeviceExtension->DeviceLock, Executive, KernelMode, FALSE, NULL); in ReconcileThisDatabaseWithMasterWorker() 876 … KeWaitForSingleObject(&DeviceExtension->DeviceLock, Executive, KernelMode, FALSE, NULL); in ReconcileThisDatabaseWithMasterWorker() 987 KeWaitForSingleObject(&DeviceExtension->DeviceLock, Executive, KernelMode, FALSE, NULL); in ReconcileThisDatabaseWithMasterWorker() 1025 KeWaitForSingleObject(&DeviceExtension->DeviceLock, Executive, KernelMode, FALSE, NULL); in ReconcileThisDatabaseWithMasterWorker() 1063 KeWaitForSingleObject(&DeviceExtension->DeviceLock, Executive, KernelMode, FALSE, NULL); in ReconcileThisDatabaseWithMasterWorker() 1196 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, &Timeout); in WorkerThread() 1220 KeWaitForSingleObject(&(DeviceExtension->WorkerSemaphore), Executive, KernelMode, FALSE, NULL); in WorkerThread() 1246 … KeWaitForSingleObject(&(DeviceExtension->WorkerSemaphore), Executive, KernelMode, FALSE, NULL); in WorkerThread() 1824 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); in CreateRemoteDatabase()
|
/reactos/drivers/filesystems/udfs/udf_info/ |
H A D | phys_eject.cpp | 118 … WRC = KeWaitForSingleObject(&(Vcb->EjectWaiter->StopReq), Executive, KernelMode, FALSE, &delay); in UDFEjectReqWaiter() 188 … WRC = KeWaitForSingleObject(&(Vcb->EjectWaiter->StopReq), Executive, KernelMode, FALSE, &delay); in UDFEjectReqWaiter() 302 … WRC = KeWaitForSingleObject(&(Vcb->EjectWaiter->StopReq), Executive, KernelMode, FALSE, &delay); in UDFEjectReqWaiter() 345 … WRC = KeWaitForSingleObject(&(Vcb->EjectWaiter->StopReq), Executive, KernelMode, FALSE, &delay); in UDFEjectReqWaiter() 692 KeWaitForSingleObject(&(Vcb->WaiterStopped), Executive, KernelMode, FALSE, NULL); in UDFStopEjectWaiter()
|