Home
last modified time | relevance | path

Searched defs:taskq_thread (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/kern/
H A Dkern_task.c44 struct taskq_thread { struct
49 SLIST_HEAD(taskq_threads, taskq_thread); argument
425 struct taskq_thread self = { .tt_thread = curproc }; in taskq_thread() function