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

/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp54 # define ATOMIC_GET_PTHREAD_T(ppvVar, pThread) ASMAtomicReadSize(ppvVar, pThread) macro
58 # define ATOMIC_GET_PTHREAD_T(ppvVar, pThread) do { *(pThread) = (pthread_t)ASMAtomicReadPtr((void * volatile *)ppvVar); } while (0) macro
242 ATOMIC_GET_PTHREAD_T(&pThis->Writer, &Writer);
381 ATOMIC_GET_PTHREAD_T(&pThis->Writer, &Writer);
437 ATOMIC_GET_PTHREAD_T(&pThis->Writer, &Writer);
578 ATOMIC_GET_PTHREAD_T(&pThis->Writer, &Writer);
631 ATOMIC_GET_PTHREAD_T(&pThis->Writer, &Writer);
650 ATOMIC_GET_PTHREAD_T(&pThis->Writer, &Writer);

Completed in 51 milliseconds