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 7745 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 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]

for lua : void LockMutex ()

Definition at line 7765 of file lua_pseudo_code.cpp.

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

for lua : void UnLockMutex ()

Definition at line 7768 of file lua_pseudo_code.cpp.

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

for lua : void Interrupt ()

Definition at line 7771 of file lua_pseudo_code.cpp.

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

for lua : void WaitForDataFromParent ()

Definition at line 7774 of file lua_pseudo_code.cpp.

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

Destroy().

Definition at line 7777 of file lua_pseudo_code.cpp.


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

Generated on Fri Mar 29 05:41:09 2013 for lua by  doxygen 1.5.6