1
0
EQ2Emu/docs/code/MutexHelper.md
2025-05-06 09:54:48 -04:00

464 B

File: MutexHelper.h

Classes

  • IsPointer
  • Locker
  • IsPointer
  • DeleteData
  • HandleDeletes

Functions

  • void lock(){
  • void unlock(){
  • void SetData(int type, KeyT key, ValueT value, unsigned int time){
  • void DeleteKey(){
  • void DeleteValue(){
  • int GetType(){
  • void AddPendingDelete(T value, unsigned int time){
  • void CheckDeletes(bool force = false){

Notable Comments

  • /*
  • */
  • // pthread_mutex_destroy(&CSMutex);