Home
last modified time | relevance | path

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

/external/libcups/cups/
Dthread-private.h46 # define _cupsThreadGetData(k) pthread_getspecific(k) macro
67 # define _cupsThreadGetData(k) TlsGetValue(k)
81 # define _cupsThreadGetData(k) k
Dglobals.c96 if ((cg = (_cups_globals_t *)_cupsThreadGetData(cups_globals_key)) == NULL) in _cupsGlobals()
Dppd.c396 if ((pg = (_ppd_globals_t *)_cupsThreadGetData(ppd_globals_key)) == NULL) in _ppdGlobals()