Lines Matching defs:hClass

145     RTLOCKVALCLASS                      hClass;
202 RTLOCKVALCLASS hClass;
254 * @param hClass The class (no reference consumed). If NIL, the
267 RTDECL(void) RTLockValidatorRecExclInit(PRTLOCKVALRECEXCL pRec, RTLOCKVALCLASS hClass, uint32_t uSubClass,
275 * @param hClass The class (no reference consumed). If NIL, the
288 RTDECL(void) RTLockValidatorRecExclInitV(PRTLOCKVALRECEXCL pRec, RTLOCKVALCLASS hClass, uint32_t uSubClass,
306 * @param hClass The class (no reference consumed). If NIL, the
319 RTDECL(int) RTLockValidatorRecExclCreate(PRTLOCKVALRECEXCL *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass,
330 * @param hClass The class (no reference consumed). If NIL, the
343 RTDECL(int) RTLockValidatorRecExclCreateV(PRTLOCKVALRECEXCL *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass,
550 * @param hClass The class (no reference consumed). If NIL, the
566 RTDECL(void) RTLockValidatorRecSharedInit(PRTLOCKVALRECSHRD pRec, RTLOCKVALCLASS hClass, uint32_t uSubClass,
575 * @param hClass The class (no reference consumed). If NIL, the
591 RTDECL(void) RTLockValidatorRecSharedInitV(PRTLOCKVALRECSHRD pRec, RTLOCKVALCLASS hClass, uint32_t uSubClass,
610 * @param hClass The class (no reference consumed). If NIL, the
626 RTDECL(int) RTLockValidatorRecSharedCreate(PRTLOCKVALRECSHRD *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass,
637 * @param hClass The class (no reference consumed). If NIL, the
653 RTDECL(int) RTLockValidatorRecSharedCreateV(PRTLOCKVALRECSHRD *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass,
901 * @param hClass The class.
903 RTDECL(bool) RTLockValidatorHoldsLocksInClass(RTTHREAD hCurrentThread, RTLOCKVALCLASS hClass);
913 * @param hClass The class.
916 RTDECL(bool) RTLockValidatorHoldsLocksInSubClass(RTTHREAD hCurrentThread, RTLOCKVALCLASS hClass, uint32_t uSubClass);
1038 * @param hClass Handle to the class.
1040 RTDECL(uint32_t) RTLockValidatorClassRetain(RTLOCKVALCLASS hClass);
1045 * @returns New reference count. 0 if hClass is NIL_RTLOCKVALCLASS. UINT32_MAX
1047 * @param hClass Handle to the class.
1049 RTDECL(uint32_t) RTLockValidatorClassRelease(RTLOCKVALCLASS hClass);
1052 * Teaches the class @a hClass that locks in the class @a hPriorClass can be
1053 * held when taking a lock of class @hClass
1056 * @param hClass Handle to the pupil class.
1061 RTDECL(int) RTLockValidatorClassAddPriorClass(RTLOCKVALCLASS hClass, RTLOCKVALCLASS hPriorClass);
1067 * @param hClass Handle to the class to change.
1070 RTDECL(int) RTLockValidatorClassEnforceStrictReleaseOrder(RTLOCKVALCLASS hClass, bool fEnabled);