Searched defs:cv_init (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | kcondvar.h | 48 #define cv_init(a, b, c, d) cv_init(a, #a) macro
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | locks_up.c | 328 cv_init(kcondvar_t *cv, const char *msg) in cv_init() function
|
H A D | locks.c | 365 cv_init(kcondvar_t *cv, const char *msg) in cv_init() function
|
/netbsd-src/sys/kern/ |
H A D | kern_condvar.c | 93 cv_init(kcondvar_t *cv, const char *wmesg) in cv_init() function
|
H A D | subr_extent.c | 93 #define cv_init(a, b) no_op() macro
|
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/ |
H A D | kernel.c | 307 cv_init(kcondvar_t *cv, char *name, int type, void *arg) in cv_init() function
|