CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
ProcessMemory.cpp File Reference

Implementation of the shared process table and per-process command/message/signal/request queues with named-semaphore signalling. More...

#include "ProcessMemory.h"
#include "UnitTestFramework.h"
#include "ThreadManager.h"
Include dependency graph for ProcessMemory.cpp:

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

Detailed Description

Implementation of the shared process table and per-process command/message/signal/request queues with named-semaphore signalling.

Definition in file ProcessMemory.cpp.