Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTLS.h78 static pthread_key_t FieldName##__key; \
81 pthread_key_t ClassName::FieldName##__key; \
85 FieldName##__initStatus = pthread_key_create(&FieldName##__key, nullptr); \
91 static_cast<FieldName##__type>(pthread_getspecific(FieldName##__key)))
94 pthread_setspecific(FieldName##__key, (Value)))
/third_party/alsa-lib/include/
Dsearch.h130 extern void *tsearch __PMT ((__const void *__key, void **__rootp,
135 extern void *tfind __PMT ((__const void *__key, void *__const *__rootp,
139 extern void *tdelete __PMT ((__const void *__key, void **__rootp,
165 extern void *lfind __PMT ((__const void *__key, __const void *__base,
171 extern void *lsearch __PMT ((__const void *__key, void *__base,
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dipc.h10 #define __ipc_perm_key __key
14 #define __key key macro
/third_party/musl/include/sys/
Dipc.h16 #define __ipc_perm_key __key
20 #define __key key macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dipc.h16 #define __ipc_perm_key __key
20 #define __key key macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dipc.h16 #define __ipc_perm_key __key
20 #define __key key macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dipc.h16 #define __ipc_perm_key __key
20 #define __key key macro
/third_party/musl/ndk_musl_include/sys/
Dipc.h16 #define __ipc_perm_key __key
20 #define __key key macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dipc.h16 #define __ipc_perm_key __key
20 #define __key key macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl01.c77 if (buf.msg_perm.__key == msgkey) { in verify_msgctl()
81 (unsigned)buf.msg_perm.__key, (unsigned)msgkey); in verify_msgctl()
/third_party/toybox/toys/pending/
Dipcs.c236 printf("0x%08x ", buf.shm_perm.__key); in shm_array()
328 printf("0x%08x ", buf.sem_perm.__key); in sem_array()
413 printf("0x%08x ", buf.msg_perm.__key); in msg_array()