Home
last modified time | relevance | path

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

/aosp14/system/core/llkd/include/
H A Dllkd.h29 bool llkInit(const char* threadname); /* threadname NULL, not spawned */
75 bool llkInit(const char* threadname = nullptr);
/aosp14/system/core/llkd/
H A Dllkd.cpp34 bool enabled = llkInit(); in main()
H A Dlibllkd.cpp1280 bool llkInit(const char* threadname) { in llkInit() function