cLuaThread_L Class Reference

List of all members.

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 (...)


Detailed Description

Definition at line 1577 of file lua_pseudo_code.cpp.


Member Function Documentation

static mixed cLuaThread_L::CreateLuaThread (   ...  )  [inline, static]

static methods exported to lua luathread CreateLuaThread (sFilePath)

Definition at line 1581 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 1585 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 1590 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 1594 of file lua_pseudo_code.cpp.

mixed cLuaThread_L::LockMutex (   ...  )  [inline]

for lua : void LockMutex ()

Definition at line 1597 of file lua_pseudo_code.cpp.

mixed cLuaThread_L::UnLockMutex (   ...  )  [inline]

for lua : void UnLockMutex ()

Definition at line 1600 of file lua_pseudo_code.cpp.

mixed cLuaThread_L::Interrupt (   ...  )  [inline]

for lua : void Interrupt ()

Definition at line 1603 of file lua_pseudo_code.cpp.

mixed cLuaThread_L::WaitForDataFromParent (   ...  )  [inline]

for lua : void WaitForDataFromParent ()

Definition at line 1606 of file lua_pseudo_code.cpp.

mixed cLuaThread_L::Destroy (   ...  )  [inline]

Destroy().

Definition at line 1609 of file lua_pseudo_code.cpp.


The documentation for this class was generated from the following file:

Generated on Sat Jul 31 06:00:14 2010 for lua by  doxygen 1.5.6