Searched refs:destructor_key (Results 1 – 3 of 3) sorted by relevance
21 static pthread_key_t destructor_key; variable49 __selinux_key_delete(destructor_key); in procattr_destructor()55 __selinux_setspecific(destructor_key, (void *)1); in init_thread_destructor()62 if (__selinux_key_create(&destructor_key, procattr_thread_destructor) == 0) { in init_procattr()
37 static pthread_key_t destructor_key; variable267 __selinux_key_delete(destructor_key); in setrans_lib_destructor()275 __selinux_setspecific(destructor_key, (void *)1); in init_thread_destructor()285 if (__selinux_key_create(&destructor_key, setrans_thread_destructor) == 0) in init_context_translations()
20 static pthread_key_t destructor_key; variable300 __selinux_key_delete(destructor_key); in matchpathcon_lib_destructor()305 if (__selinux_key_create(&destructor_key, matchpathcon_thread_destructor) == 0) in matchpathcon_init_once()315 __selinux_setspecific(destructor_key, (void *)1); in matchpathcon_init_prefix()