Home
last modified time | relevance | path

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

/tools/libs/ctrl/
A Dxc_private.c120 static pthread_key_t errbuf_pkey; variable
520 pthread_setspecific(errbuf_pkey, NULL); in _xc_clean_errbuf()
526 pthread_key_create(&errbuf_pkey, _xc_clean_errbuf); in _xc_init_errbuf()
544 errbuf = pthread_getspecific(errbuf_pkey); in xc_strerror()
549 pthread_setspecific(errbuf_pkey, errbuf); in xc_strerror()

Completed in 5 milliseconds