Searched refs:epoch_tss_key (Results 1 – 1 of 1) sorted by relevance
28 pthread_key_t epoch_tss_key; variable40 BOOST_VERIFY(!pthread_key_create(&epoch_tss_key,delete_epoch_tss_data)); in create_epoch_tss_key()55 void* data = pthread_getspecific(epoch_tss_key); in ~delete_epoch_tss_key_on_dlclose_t()58 pthread_key_delete(epoch_tss_key); in ~delete_epoch_tss_key_on_dlclose_t()69 void* data=pthread_getspecific(epoch_tss_key); in get_once_per_thread_epoch()74 BOOST_VERIFY(!pthread_setspecific(epoch_tss_key,data)); in get_once_per_thread_epoch()