Searched refs:_cupsThreadSetData (Results 1 – 3 of 3) sorted by relevance
47 # define _cupsThreadSetData(k,p) pthread_setspecific(k,p) macro68 # define _cupsThreadSetData(k,p) TlsSetValue(k,p)82 # define _cupsThreadSetData(k,p) k=p
103 _cupsThreadSetData(cups_globals_key, cg); in _cupsGlobals()
403 _cupsThreadSetData(ppd_globals_key, pg); in _ppdGlobals()