Lines Matching defs:lock

96 #define	LO_CLASSINDEX(lock)	((((lock)->lo_flags) & LO_CLASSMASK) >> LO_CLASSSHIFT)  argument
97 #define LOCK_CLASS(lock) (lock_classes[LO_CLASSINDEX((lock))]) argument
257 #define WITNESS_INIT(lock, type) \ argument
260 #define WITNESS_DESTROY(lock) \ argument
263 #define WITNESS_CHECKORDER(lock, flags, file, line, interlock) \ argument
270 #define WITNESS_LOCK(lock, flags, file, line) \ argument
273 #define WITNESS_UPGRADE(lock, flags, file, line) \ argument
276 #define WITNESS_DOWNGRADE(lock, flags, file, line) \ argument
279 #define WITNESS_UNLOCK(lock, flags, file, line) \ argument
282 #define WITNESS_CHECK(flags, lock, fmt, ...) \ argument
285 #define WITNESS_WARN(flags, lock, fmt, ...) \ argument
292 #define WITNESS_SAVE(lock, n) \ argument
295 #define WITNESS_RESTORE(lock, n) \ argument
298 #define WITNESS_NORELEASE(lock) \ argument
301 #define WITNESS_RELEASEOK(lock) \ argument
304 #define WITNESS_FILE(lock) \ argument
307 #define WITNESS_LINE(lock) \ argument
311 #define WITNESS_INIT(lock, type) (void)0 argument
312 #define WITNESS_DESTROY(lock) (void)0 argument
314 #define WITNESS_CHECKORDER(lock, flags, file, line, interlock) (void)0 argument
315 #define WITNESS_LOCK(lock, flags, file, line) (void)0 argument
316 #define WITNESS_UPGRADE(lock, flags, file, line) (void)0 argument
317 #define WITNESS_DOWNGRADE(lock, flags, file, line) (void)0 argument
318 #define WITNESS_UNLOCK(lock, flags, file, line) (void)0 argument
319 #define WITNESS_CHECK(flags, lock, fmt, ...) 0 argument
320 #define WITNESS_WARN(flags, lock, fmt, ...) (void)0 argument
322 #define WITNESS_SAVE(lock, n) (void)0 argument
323 #define WITNESS_RESTORE(lock, n) (void)0 argument
324 #define WITNESS_NORELEASE(lock) (void)0 argument
325 #define WITNESS_RELEASEOK(lock) (void)0 argument
326 #define WITNESS_FILE(lock) ("?") argument
327 #define WITNESS_LINE(lock) (0) argument