Searched defs:RTLOCKVALSRCPOS_INIT (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dlockvalidator.h67 /** @def RTLOCKVALSRCPOS_INIT
77 # define RTLOCKVALSRCPOS_INIT(pszFile, uLine, pszFunction, uId) \ macro
80 # define RTLOCKVALSRCPOS_INIT(pszFile, uLine, pszFunction, uId) \ macro
89 RTLOCKVALSRCPOS_INIT(pszFile, iLine, pszFunction, uId)
96 RTLOCKVALSRCPOS_INIT(__FILE__, __LINE__, __PRETTY_FUNCTION__, (uintptr_t)ASMReturnAddress())
103 RTLOCKVALSRCPOS_INIT(pszFile, iLine, pszFunction, (uintptr_t)ASMReturnAddress())

Completed in 34 milliseconds