Searched refs:DO_NOTHING (Results 1 – 2 of 2) sorted by relevance
| /f-stack/lib/include/sys/ |
| H A D | mutex.h | 57 #define DO_NOTHING do {} while(0) macro 59 #define __mtx_lock(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 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 [all …]
|
| H A D | rwlock.h | 44 #define DO_NOTHING do {} while(0) macro 52 #define rw_destroy(rw) DO_NOTHING 54 #define _rw_wlock(rw, f, l) DO_NOTHING 56 #define _rw_wunlock(rw, f, l) DO_NOTHING 57 #define _rw_rlock(rw, f, l) DO_NOTHING 59 #define _rw_runlock(rw, f, l) DO_NOTHING 61 #define _rw_downgrade(rw, f, l) DO_NOTHING
|