Home
last modified time | relevance | path

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

/external/libcups/cups/
Dthread-private.h47 # define _cupsThreadSetData(k,p) pthread_setspecific(k,p) macro
68 # define _cupsThreadSetData(k,p) TlsSetValue(k,p)
82 # define _cupsThreadSetData(k,p) k=p
Dglobals.c103 _cupsThreadSetData(cups_globals_key, cg); in _cupsGlobals()
Dppd.c403 _cupsThreadSetData(ppd_globals_key, pg); in _ppdGlobals()