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

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemmutex-r0drv-linux.c78 struct task_struct *pOwnerTask; member in struct:RTSEMMUTEXINTERNAL
102 pThis->pOwnerTask = NULL;
211 pThis->pOwnerTask = pSelf;
265 if (pThis->pOwnerTask == pSelf)
275 else if ( pThis->pOwnerTask == NULL
280 pThis->pOwnerTask = pSelf;
346 if (pThis->pOwnerTask == pSelf)
351 pThis->pOwnerTask = NULL;
391 fOwned = pThis->pOwnerTask != NULL;

Completed in 41 milliseconds