Lines Matching refs:key
33 pthread_key_t key; in BM_pthread_getspecific() local
34 pthread_key_create(&key, nullptr); in BM_pthread_getspecific()
37 pthread_getspecific(key); in BM_pthread_getspecific()
40 pthread_key_delete(key); in BM_pthread_getspecific()
45 pthread_key_t key; in BM_pthread_setspecific() local
46 pthread_key_create(&key, nullptr); in BM_pthread_setspecific()
49 pthread_setspecific(key, nullptr); in BM_pthread_setspecific()
52 pthread_key_delete(key); in BM_pthread_setspecific()
217 pthread_key_t key; in BM_pthread_key_create() local
218 pthread_key_create(&key, nullptr); in BM_pthread_key_create()
221 pthread_key_delete(key); in BM_pthread_key_create()
230 pthread_key_t key; in BM_pthread_key_delete() local
231 pthread_key_create(&key, nullptr); in BM_pthread_key_delete()
234 pthread_key_delete(key); in BM_pthread_key_delete()