MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / LockOperation

Class LockOperation

Python-Bridge/Python-Bridge.py:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 maximum_mode = 2
14
15 class LockOperation(enum.Enum):
16 io_read_access = 0
17 io_write_access = 1
18 io_modify_access = 2
19
20 class MemoryCachingTypeOrig(enum.Enum):
21 mm_frame_buffer_cached = 2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected