|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Implementation of the shared process table and per-process command/message/signal/request queues with named-semaphore signalling. More...
Go to the source code of this file.
Namespaces | |
| namespace | cmlabs |
Functions | |
| static void | cmlabs::StopProcessTestThread () |
| static THREAD_RET THREAD_FUNCTION_CALL | cmlabs::QueueTest (THREAD_ARG arg) |
| THREAD_RET THREAD_FUNCTION_CALL | cmlabs::ProcessMemoryPerfTest (THREAD_ARG arg) |
| void | cmlabs::Register_ProcessMemory_Tests () |
Variables | |
| static volatile bool | cmlabs::g_processTestStop = false |
| static uint32 | cmlabs::g_processTestThreadID = 0 |
Implementation of the shared process table and per-process command/message/signal/request queues with named-semaphore signalling.
Definition in file ProcessMemory.cpp.