Home
last modified time | relevance | path

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

/external/libcups/cups/
Dthread-private.h42 # define _cupsThreadSetData(k,p) pthread_setspecific(k,p) macro
63 # define _cupsThreadSetData(k,p) TlsSetValue(k,p)
77 # define _cupsThreadSetData(k,p) k=p
Dglobals.c101 _cupsThreadSetData(cups_globals_key, cg); in _cupsGlobals()
Dppd.c373 _cupsThreadSetData(ppd_globals_key, pg); in _ppdGlobals()