Searched refs:errbuf_pkey (Results 1 – 1 of 1) sorted by relevance
107 static pthread_key_t errbuf_pkey; variable560 pthread_setspecific(errbuf_pkey, NULL); in _xc_clean_errbuf()566 pthread_key_create(&errbuf_pkey, _xc_clean_errbuf); in _xc_init_errbuf()584 errbuf = pthread_getspecific(errbuf_pkey); in xc_strerror()589 pthread_setspecific(errbuf_pkey, errbuf); in xc_strerror()
Completed in 3 milliseconds