Searched defs:workerthread (Results 1 – 5 of 5) sorted by relevance
48 bool workerthread; variable
306 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, bool workerthread, in StartThread()
80 void ThreadStart(u32 tid, tid_t os_id, bool workerthread) { in ThreadStart()
95 bool workerthread; member
243 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread) { in ThreadStart()