Searched refs:m_Task (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp154 task_t m_Task; /**< The client task. */ member in class:org_virtualbox_VBoxGuestClient
992 m_Task = OwningTask;
1008 AssertMsgReturn((RTR0PROCESS)m_Task == RTR0ProcHandleSelf(),
1009 ("%p %p\n", m_Task, RTR0ProcHandleSelf()),
1146 AssertMsg((RTR0PROCESS)m_Task == RTR0ProcHandleSelf(), ("%p %p\n", m_Task, RTR0ProcHandleSelf()));
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp154 task_t m_Task; /**< The client task. */ member in class:org_virtualbox_SupDrvClient
1484 m_Task = OwningTask;
1500 AssertMsgReturn((RTR0PROCESS)m_Task == RTR0ProcHandleSelf(),
1501 ("%p %p\n", m_Task, RTR0ProcHandleSelf()),
1635 AssertMsg((RTR0PROCESS)m_Task == RTR0ProcHandleSelf(), ("%p %p\n", m_Task, RTR0ProcHandleSelf()));
1661 LogFlow(("org_virtualbox_SupDrvClient::clientDied([%p]) m_Task=%p R0Process=%p Process=%d\n",
1662 this, m_Task, RTR0ProcHandleSelf(), RTProcSelf()));
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp150 task_t m_Task; member in class:org_virtualbox_VBoxUSBClient
582 m_Task = OwningTask;
701 Log(("VBoxUSBClient::clientDied([%p]) m_Task=%p R0Process=%p Process=%d\n",
702 this, m_Task, RTR0ProcHandleSelf(), RTProcSelf()));
920 if (pCur->m_Task == ClientTask)

Completed in 92 milliseconds