MCPcopy Create free account
hub / github.com/acl-dev/acl / Run

Method Run

app/jencode/IdxTrans.cpp:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void CIdxTrans::Run(void)
23{
24 acl_pthread_t tid;
25
26 if (m_sPath.GetLength() == 0)
27 return;
28 acl_pthread_create(&tid, NULL, RunThread, this);
29}
30
31void CIdxTrans::OnTransing(int nMsg)
32{

Callers 3

OnBnClickedAclTransMethod · 0.45
OnBnClickedAclRestoreMethod · 0.45
OnBnClickedTransIdxMethod · 0.45

Calls 1

acl_pthread_createFunction · 0.85

Tested by

no test coverage detected