Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_basic_logging.cc75 static pthread_key_t PThreadKey; variable
133 pthread_setspecific(PThreadKey, &TLD); in getThreadLocalData()
386 pthread_key_create(&PThreadKey, TLDDestructor); in basicLoggingInit()