Lines Matching refs:DO_NOTHING
57 #define DO_NOTHING do {} while(0) macro
59 #define __mtx_lock(mp, tid, opts, file, line) DO_NOTHING
60 #define __mtx_unlock(mp, tid, opts, file, line) DO_NOTHING
61 #define __mtx_lock_spin(mp, tid, opts, file, line) DO_NOTHING
62 #define __mtx_unlock_spin(mp) DO_NOTHING
64 #define _mtx_lock_flags(m, opts, file, line) DO_NOTHING
65 #define _mtx_unlock_flags(m, opts, file, line) DO_NOTHING
66 #define _mtx_lock_spin_flags(m, opts, file, line) DO_NOTHING
67 #define _mtx_unlock_spin_flags(m, opts, file, line) DO_NOTHING
69 #define thread_lock_flags_(tdp, opts, file, line) DO_NOTHING
70 #define thread_lock(tdp) DO_NOTHING
71 #define thread_lock_flags(tdp, opt) DO_NOTHING
72 #define thread_unlock(tdp) DO_NOTHING
83 #define mtx_destroy(m) DO_NOTHING
87 #define DROP_GIANT() DO_NOTHING
88 #define PICKUP_GIANT() DO_NOTHING