Home
last modified time | relevance | path

Searched refs:OperThreadNode (Results 1 – 10 of 10) sorted by relevance

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Doperwin.h18 class OperThreadNode
26 OperThreadNode* volatile prev;
27 OperThreadNode* volatile next;
37 OperThreadNode( OperThreadWin* w, const char* info, void* d ) in OperThreadNode() function
54 ~OperThreadNode();
56 OperThreadNode() {} in OperThreadNode() function
57 CLASS_COPY_PROTECTION( OperThreadNode );
62 typedef void ( *OperThreadFunc )( OperThreadNode* node );
72 OperThreadNode* tNode;
H A Doperwin.cpp11 static OperThreadNode* volatile operStopList = 0;
14 int OperThreadNode::CallBack( OperCallback f, void* data ) in CallBack()
30 OperThreadNode::~OperThreadNode() in ~OperThreadNode()
41 OperThreadNode* p; in DBGPrintStoppingList()
93 OperThreadNode* node;
172 tNode = new OperThreadNode( this, info, data ); in RunNewThread()
205 OperThreadNode* p = tNode; in ThreadSignal()
H A Dfileopers.h15 OperThreadNode* volatile _node;
17 OF_FSCInfo( OperThreadNode* n ): _node( n ) {} in OF_FSCInfo()
30 OperFileThread( const char* opName, NCDialogParent* par, OperThreadNode* n ) in OperFileThread()
65 void ReadDirThreadFunc( OperThreadNode* node );
H A Doperthread.h25 OperThreadNode* volatile node;
29 OperThread( const char* opName, NCDialogParent* p, OperThreadNode* n );
30 OperThreadNode& Node() { return *node; } in Node()
H A Deloadsave.cpp41 OperLoadFileThread( const char* opName, NCDialogParent* par, OperThreadNode* n ) in OperLoadFileThread()
122 void LoadFileThreadFunc( OperThreadNode* node ) in LoadFileThreadFunc()
244 OperSaveFileThread( const char* opName, NCDialogParent* par, OperThreadNode* n ) in OperSaveFileThread()
331 void SaveFileThreadFunc( OperThreadNode* node ) in SaveFileThreadFunc()
H A Doperthread.cpp14 OperThread::OperThread( const char* opName, NCDialogParent* p, OperThreadNode* n ) in OperThread()
H A Dfile-util.cpp271 LoadFileDataThread( const char* opName, NCDialogParent* par, OperThreadNode* n ) in LoadFileDataThread()
374 void LoadFileDataThreadFunc( OperThreadNode* node ) in LoadFileDataThreadFunc()
H A Ddircalc.cpp44 OperDirCalcThread( const char* opName, NCDialogParent* par, OperThreadNode* n ) in OperDirCalcThread()
422 void DirCalcThreadFunc( OperThreadNode* node ) in DirCalcThreadFunc()
H A Dfileopers.cpp172 OperRDThread( const char* opName, NCDialogParent* par, OperThreadNode* n, clPtr<FS> f, FSPath& p ) in OperRDThread()
277 void ReadDirThreadFunc( OperThreadNode* node ) in ReadDirThreadFunc()
385 OperCFThread( const char* opName, NCDialogParent* par, OperThreadNode* n ) in OperCFThread()
466 void MkDirThreadFunc( OperThreadNode* node ) in MkDirThreadFunc()
670 void DeleteThreadFunc( OperThreadNode* node ) in DeleteThreadFunc()
1640 void CopyThreadFunc( OperThreadNode* node ) in CopyThreadFunc()
1975 void MoveThreadFunc( OperThreadNode* node ) in MoveThreadFunc()
H A Dfilesearch.cpp102 …OperSearchThread( const char* opName, NCDialogParent* par, OperThreadNode* n, SearchAndReplacePara… in OperSearchThread()
811 void SearchFileThreadFunc( OperThreadNode* node ) in SearchFileThreadFunc()