Kernel Execution Environment

From EDM2
Jump to: navigation, search

"KEE" is the "kernel execution environment", a set of functions like kernel mutexes and the like that you will need when you write a multi-core compliant device driver.

This API is also referred as the OS/2 Aurora KEE32 API.

Functions

Hooks

Thread locking

Spin lock

Mutex lock

Shared mutex lock
Exclusive mutex lock

File management

Unicode support

Undocumented

Symbols

Additional Information