Home
last modified time | relevance | path

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

/coreutils/src/
Dsystem.h435 # define LIKELY(cond) __builtin_expect ((cond), 1) argument
436 # define UNLIKELY(cond) __builtin_expect ((cond), 0) argument
438 # define LIKELY(cond) (cond) argument
439 # define UNLIKELY(cond) (cond) argument
Dsort.c254 pthread_cond_t cond; /* Conditional wait for empty queue to populate member