Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.c107 static pthread_key_t errbuf_pkey; variable
560 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