Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
void 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
31
void CIdxTrans::OnTransing(int nMsg)
32
{
Callers
3
OnBnClickedAclTrans
Method · 0.45
OnBnClickedAclRestore
Method · 0.45
OnBnClickedTransIdx
Method · 0.45
Calls
1
acl_pthread_create
Function · 0.85
Tested by
no test coverage detected