Home
last modified time | relevance | path

Searched refs:threadname (Results 1 – 3 of 3) sorted by relevance

/system/core/llkd/include/
Dllkd.h29 bool llkInit(const char* threadname); /* threadname NULL, not spawned */
75 bool llkInit(const char* threadname = nullptr);
/system/core/llkd/
Dlibllkd.cpp1252 bool llkInit(const char* threadname) { in llkInit() argument
1304 if (threadname) { in llkInit()
1305 defaultBlacklistProcess += ","s + threadname; in llkInit()
1381 if (threadname) { in llkInit()
1392 if (!pthread_create(&thread, &attr, llkThread, const_cast<char*>(threadname))) { in llkInit()
DREADME.md16 bool llkInit(const char* threadname) /* return true if enabled */
19 If a threadname is provided, a thread will be automatically spawned, otherwise