Home
last modified time | relevance | path

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

/dports/devel/tla/tla-1.3.5/src/hackerlab/obqueues/
H A Dobqueue.c145 obqueue_is_empty (t_obqueue * oq, in obqueue_is_empty() function
469 if (obqueue_is_empty (oq, limits, elt_size, type, closure)) in obqueue_pop()
490 if (obqueue_is_empty (oq, limits, elt_size, type, closure)) in obqueue_pop_n()
586 if (obqueue_is_empty (oq, limits, elt_size, type, closure)) in obqueue_pop_last()
612 if (obqueue_is_empty (oq, limits, elt_size, type, closure)) in obqueue_pop_last_n()
H A Dobqueue.h70 extern int obqueue_is_empty (t_obqueue * oq,