Public Member Functions | |
| mixed | CreateFifoParent2ChildHandle (...) |
| mixed | CreateFifoChild2ParentHandle (...) |
| mixed | LockMutex (...) |
| for lua : void LockMutex () | |
| mixed | UnLockMutex (...) |
| for lua : void UnLockMutex () | |
| mixed | Interrupt (...) |
| for lua : void Interrupt () | |
| mixed | WaitForDataFromParent (...) |
| for lua : void WaitForDataFromParent () | |
| mixed | Destroy (...) |
| Destroy(). | |
Static Public Member Functions | |
| static mixed | CreateLuaThread (...) |
| static mixed | Threads_GetHardwareConcurrency (...) |
Definition at line 7745 of file lua_pseudo_code.cpp.
| static mixed cLuaThread_L::CreateLuaThread | ( | ... | ) | [inline, static] |
static methods exported to lua luathread CreateLuaThread (sFilePath)
Definition at line 7749 of file lua_pseudo_code.cpp.
| static mixed cLuaThread_L::Threads_GetHardwareConcurrency | ( | ... | ) | [inline, static] |
int Threads_GetHardwareConcurrency () The number of hardware threads available on the current system (e.g. number of CPUs or cores or hyperthreading units), or 0 if this information is not available.
Definition at line 7753 of file lua_pseudo_code.cpp.
| mixed cLuaThread_L::CreateFifoParent2ChildHandle | ( | ... | ) | [inline] |
object methods exported to lua use LockMutex -- UnLockMutex around access to this fifo ! for lua : fifo CreateFifoParent2ChildHandle ()
Definition at line 7758 of file lua_pseudo_code.cpp.
| mixed cLuaThread_L::CreateFifoChild2ParentHandle | ( | ... | ) | [inline] |
use LockMutex -- UnLockMutex around access to this fifo ! for lua : fifo CreateFifoChild2ParentHandle ()
Definition at line 7762 of file lua_pseudo_code.cpp.
| mixed cLuaThread_L::LockMutex | ( | ... | ) | [inline] |
| mixed cLuaThread_L::UnLockMutex | ( | ... | ) | [inline] |
| mixed cLuaThread_L::Interrupt | ( | ... | ) | [inline] |
| mixed cLuaThread_L::WaitForDataFromParent | ( | ... | ) | [inline] |
| mixed cLuaThread_L::Destroy | ( | ... | ) | [inline] |
1.5.6