Searched refs:_thread (Results 1 – 1 of 1) sorted by relevance
79 static void _thread(void*);152 lwkt_create(_thread, di, &di->td, NULL, 0, -1, "dmdl%d", id); in _init()362 _thread(void *arg) in _thread() function