Home
last modified time | relevance | path

Searched defs:cond_destroy (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/head/
H A Dthread.h68 #define cond_destroy(l) pthread_cond_destroy(l) macro
/netbsd-src/lib/libc/include/
H A Dreentrant.h167 #define cond_destroy(c) __libc_cond_destroy( global() macro