Searched defs:hNativeOwner (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemmutex-r0drv-darwin.cpp65 RTNATIVETHREAD hNativeOwner; member in struct:RTSEMMUTEXINTERNAL
92 pThis->hNativeOwner = NIL_RTNATIVETHREAD;
195 && pThis->hNativeOwner == NIL_RTNATIVETHREAD))
198 pThis->hNativeOwner = hNativeSelf;
204 Assert(pThis->hNativeOwner == NIL_RTNATIVETHREAD);
276 if (pThis->hNativeOwner == hNativeSelf)
284 else if ( pThis->hNativeOwner == NIL_RTNATIVETHREAD
287 pThis->hNativeOwner = hNativeSelf;
345 if (pThis->hNativeOwner == hNativeSelf)
350 pThis->hNativeOwner
[all...]
/vbox/src/VBox/Runtime/r3/win/
H A Dsemmutex-win.cpp58 RTNATIVETHREAD volatile hNativeOwner; member in struct:RTSEMMUTEXINTERNAL
93 pThis->hNativeOwner = NIL_RTNATIVETHREAD;
195 RTNATIVETHREAD hNativeOwner; local
196 ASMAtomicReadHandle(&pThis->hNativeOwner, &hNativeOwner);
197 if (hNativeOwner == hNativeSelf)
235 ASMAtomicWriteHandle(&pThis->hNativeOwner, hNativeSelf);
290 RTNATIVETHREAD hNativeOwner; local
291 ASMAtomicReadHandle(&pThis->hNativeOwner, &hNativeOwner);
338 RTNATIVETHREAD hNativeOwner; local
[all...]

Completed in 43 milliseconds