Searched refs:threadname (Results 1 – 3 of 3) sorted by relevance
29 bool llkInit(const char* threadname); /* threadname NULL, not spawned */75 bool llkInit(const char* threadname = nullptr);
1252 bool llkInit(const char* threadname) { in llkInit() argument1304 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()
16 bool llkInit(const char* threadname) /* return true if enabled */19 If a threadname is provided, a thread will be automatically spawned, otherwise