FirteX-高性能全文索引和检索平台

API Documentation


首页 | 名字空间列表 | 类继承关系 | 组合类型列表 | $(BL\录(B | 文件列表 | 名字空间成员 | 组合类型成员 | 文件成员

firtex::thread::CThread类参考

#include <Thread.h>

所有成员的列表。

公有成员

 CThread ()
 ~CThread ()
bool spawn (CRunnalble *task)
void wait ()
 CThread ()
 ~CThread ()
bool spawn (CRunnalble *task)
void wait ()

静态公有成员

void sleep (unsigned long timeout)

静态保护成员

void * _dispatch (void *arg)
unsigned int __stdcall _dispatch (void *arg)

保护属性

pthread_t m_tid
DWORD m_tid
HANDLE m_hThread


构造及析构函数文档

firtex::thread::CThread::CThread  )  [inline]
 

firtex::thread::CThread::~CThread  )  [inline]
 

firtex::thread::CThread::CThread  )  [inline]
 

firtex::thread::CThread::~CThread  )  [inline]
 


成员函数文档

unsigned int __stdcall firtex::thread::CThread::_dispatch void *  arg  )  [inline, static, protected]
 

void* firtex::thread::CThread::_dispatch void *  arg  )  [inline, static, protected]
 

void firtex::thread::CThread::sleep unsigned long  timeout  )  [inline, static]
 

bool firtex::thread::CThread::spawn CRunnalble task  )  [inline]
 

bool firtex::thread::CThread::spawn CRunnalble task  )  [inline]
 

void firtex::thread::CThread::wait  )  [inline]
 

void firtex::thread::CThread::wait  )  [inline]
 


成员数据文档

HANDLE firtex::thread::CThread::m_hThread [protected]
 

DWORD firtex::thread::CThread::m_tid [protected]
 

pthread_t firtex::thread::CThread::m_tid [protected]
 


该类的文档由以下文件生成:

http://www.firtex.org http://www.sourceforge.net/projects/firtex