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/
Dthread.h68 #define cond_destroy(l) pthread_cond_destroy(l) macro
/netbsd/src/lib/libc/include/
Dreentrant.h170 #define cond_destroy(c) __libc_cond_destroy((c)) macro