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

/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemmutex-r0drv-haiku.c60 volatile thread_id OwnerId; member in struct:RTSEMMUTEXINTERNAL
79 pThis->OwnerId = -1;
125 if (pThis->OwnerId == find_thread(NULL))
127 pThis->OwnerId++;
160 pThis->OwnerId = find_thread(NULL);
212 if (pThis->OwnerId != find_thread(NULL))
217 pThis->OwnerId == -1;
231 return pThis->OwnerId != -1;

Completed in 42 milliseconds