Home
last modified time | relevance | path

Searched refs:pthread__cmp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libpthread/
H A Dpthread.c79 static signed int pthread__cmp(void *, const void *, const void *);
82 .rbto_compare_nodes = pthread__cmp,
83 .rbto_compare_key = pthread__cmp,
1315 pthread__cmp(void *ctx, const void *n1, const void *n2) in pthread__cmp() function