Lines Matching refs:hThreadSelf

376  * @param   hThreadSelf         The handle of the calling thread.  If not known,
382 RTDECL(void) RTLockValidatorRecExclSetOwner(PRTLOCKVALRECEXCL pRec, RTTHREAD hThreadSelf,
489 * @param hThreadSelf The handle of the calling thread. If not known,
494 RTDECL(int) RTLockValidatorRecExclCheckOrder(PRTLOCKVALRECEXCL pRec, RTTHREAD hThreadSelf,
512 * @param hThreadSelf The current thread. Shall not be NIL_RTTHREAD!
521 RTDECL(int) RTLockValidatorRecExclCheckBlocking(PRTLOCKVALRECEXCL pRec, RTTHREAD hThreadSelf,
531 * @param hThreadSelf The current thread. Shall not be NIL_RTTHREAD!
540 RTDECL(int) RTLockValidatorRecExclCheckOrderAndBlocking(PRTLOCKVALRECEXCL pRec, RTTHREAD hThreadSelf,
689 * @param hThreadSelf The handle of the calling thread. If not known,
693 RTDECL(int) RTLockValidatorRecSharedCheckOrder(PRTLOCKVALRECSHRD pRec, RTTHREAD hThreadSelf,
711 * @param hThreadSelf The current thread. Shall not be NIL_RTTHREAD!
719 RTDECL(int) RTLockValidatorRecSharedCheckBlocking(PRTLOCKVALRECSHRD pRec, RTTHREAD hThreadSelf,
729 * @param hThreadSelf The current thread. Shall not be NIL_RTTHREAD!
737 RTDECL(int) RTLockValidatorRecSharedCheckOrderAndBlocking(PRTLOCKVALRECSHRD pRec, RTTHREAD hThreadSelf,
798 * @param hThreadSelf The handle of the calling thread. NIL_RTTHREAD
801 RTDECL(int) RTLockValidatorRecSharedCheckAndRelease(PRTLOCKVALRECSHRD pRec, RTTHREAD hThreadSelf);
815 * @param hThreadSelf The handle of the calling thread. NIL_RTTHREAD
818 RTDECL(int) RTLockValidatorRecSharedCheckSignaller(PRTLOCKVALRECSHRD pRec, RTTHREAD hThreadSelf);