Lines Matching defs:Self
240 pthread_t Self = pthread_self();
243 if (Writer == Self)
379 pthread_t Self = pthread_self();
382 if (Writer == Self)
435 pthread_t Self = pthread_self();
438 if (Writer == Self)
512 ATOMIC_SET_PTHREAD_T(&pThis->Writer, Self);
576 pthread_t Self = pthread_self();
579 AssertMsgReturn(Writer == Self, ("pThis=%p\n", pThis), VERR_NOT_OWNER);
629 pthread_t Self = pthread_self();
632 return Writer == Self;
648 pthread_t Self = pthread_self();
651 if (Writer == Self)