cmdfx 0.2.1
Lightweight game engine for your terminal
Loading...
Searching...
No Matches
util.hpp File Reference

C++ Extensions for CmdFX Utilities. More...

#include "cmdfx/core/util.h"

Go to the source code of this file.

Namespaces

namespace  CmdFX
 Primary namespace for CmdFX.
 

Functions

int CmdFX::getTickSpeed ()
 
int CmdFX::setTickSpeed (int tickspeed)
 
unsigned long CmdFX::launchThread (void(*func)(void *), void *arg)
 
int CmdFX::joinThread (unsigned long thread)
 
int CmdFX::detachThread (unsigned long thread)
 
void * CmdFX::getInternalMutex (int id)
 
int CmdFX::lockMutex (void *mutex)
 
int CmdFX::unlockMutex (void *mutex)
 
void CmdFX::tryLockMutex (int id)
 
void CmdFX::tryUnlockMutex (int id)
 
int CmdFX::isThreadSafeEnabled ()
 
int CmdFX::initThreadSafe ()
 
int CmdFX::destroyThreadSafe ()
 

Detailed Description

C++ Extensions for CmdFX Utilities.

Author
Gregory Mitchell (me@gm.nosp@m.itch.nosp@m.215.x.nosp@m.yz)
Version
0.2.1
Date
2025-05-20