Searched refs:KEY (Results 1 – 2 of 2) sorted by relevance
/sysdeps/generic/ |
A D | libc-tsd.h | 53 #define __libc_tsd_define(CLASS, TYPE, KEY) \ argument 54 CLASS __thread TYPE __libc_tsd_##KEY attribute_tls_model_ie; 56 #define __libc_tsd_address(TYPE, KEY) (&__libc_tsd_##KEY) argument 57 #define __libc_tsd_get(TYPE, KEY) (__libc_tsd_##KEY) argument 58 #define __libc_tsd_set(TYPE, KEY, VALUE) (__libc_tsd_##KEY = (VALUE)) argument
|
/sysdeps/htl/ |
A D | libc-lockP.h | 61 #define __libc_key_create(KEY, DESTRUCTOR) \ argument 62 __libc_ptf_call (__pthread_key_create, (KEY, DESTRUCTOR), 1) 65 #define __libc_getspecific(KEY) \ argument 66 __libc_ptf_call (__pthread_getspecific, (KEY), NULL) 69 #define __libc_setspecific(KEY, VALUE) \ argument 70 __libc_ptf_call (__pthread_setspecific, (KEY, VALUE), 0)
|
Completed in 3 milliseconds