Home
last modified time | relevance | path

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

/external/libcups/cups/
Dthread-private.h41 # define _cupsThreadGetData(k) pthread_getspecific(k) macro
62 # define _cupsThreadGetData(k) TlsGetValue(k)
76 # define _cupsThreadGetData(k) k
Dglobals.c94 if ((cg = (_cups_globals_t *)_cupsThreadGetData(cups_globals_key)) == NULL) in _cupsGlobals()
Dppd.c366 if ((pg = (_ppd_globals_t *)_cupsThreadGetData(ppd_globals_key)) == NULL) in _ppdGlobals()