HomeSort by relevance Sort by last modified time
    Searched refs:_cups_cond_t (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
thread-private.h 38 typedef pthread_cond_t _cups_cond_t; typedef
54 typedef char _cups_cond_t; /* TODO: Implement Win32 conditional */ typedef
73 typedef char _cups_cond_t; typedef
90 extern void _cupsCondBroadcast(_cups_cond_t *cond);
91 extern void _cupsCondInit(_cups_cond_t *cond);
92 extern void _cupsCondWait(_cups_cond_t *cond, _cups_mutex_t *mutex, double timeout);
thread.c 29 _cupsCondBroadcast(_cups_cond_t *cond) /* I - Condition */
40 _cupsCondInit(_cups_cond_t *cond) /* I - Condition */
51 _cupsCondWait(_cups_cond_t *cond, /* I - Condition */
201 _cupsCondBroadcast(_cups_cond_t *cond) /* I - Condition */
212 _cupsCondInit(_cups_cond_t *cond) /* I - Condition */
223 _cupsCondWait(_cups_cond_t *cond, /* I - Condition */
366 _cupsCondBroadcast(_cups_cond_t *cond) /* I - Condition */
377 _cupsCondInit(_cups_cond_t *cond) /* I - Condition */
388 _cupsCondWait(_cups_cond_t *cond, /* I - Condition */

Completed in 138 milliseconds