Home
last modified time | relevance | path

Searched refs:task_struct (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h89 typedef struct LosTaskCB task_struct; typedef
142 task_struct *thread; /**< Workqueue handling thread. */
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c180 cwq->thread = (task_struct*)OS_TCB_FROM_TID(cwq->wq->wq_id); in CreateWorkqueueThread()