Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 82) sorted by relevance

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dspecific.c41 int pthread_key_create(pthread_key_t * key, destr_function destr) in pthread_key_create()
61 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()
99 int pthread_setspecific(pthread_key_t key, const void * pointer) in pthread_setspecific()
120 void * pthread_getspecific(pthread_key_t key) in pthread_getspecific()
175 __pthread_internal_tsd_set (int key, const void * pointer) in __pthread_internal_tsd_set()
184 __pthread_internal_tsd_get (int key) in __pthread_internal_tsd_get()
192 __pthread_internal_tsd_address (int key) in __pthread_internal_tsd_address()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dspecific.c45 __pthread_key_create(pthread_key_t * key, destr_function destr) in __pthread_key_create()
94 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()
149 __pthread_setspecific(pthread_key_t key, const void * pointer) in __pthread_setspecific()
233 __pthread_internal_tsd_set (int key, const void * pointer) in __pthread_internal_tsd_set()
243 __pthread_internal_tsd_get (int key) in __pthread_internal_tsd_get()
252 __pthread_internal_tsd_address (int key) in __pthread_internal_tsd_address()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dspecific.c42 int __pthread_key_create(pthread_key_t * key, destr_function destr) in __pthread_key_create()
91 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()
141 int __pthread_setspecific(pthread_key_t key, const void * pointer) in __pthread_setspecific()
220 __pthread_internal_tsd_set (int key, const void * pointer) in __pthread_internal_tsd_set()
229 __pthread_internal_tsd_get (int key) in __pthread_internal_tsd_get()
237 __pthread_internal_tsd_address (int key) in __pthread_internal_tsd_address()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-tsd2.c40 pthread_key_t key = (pthread_key_t) (long int) arg; in tf() local
54 pthread_key_t key; in do_test() local
A Dtst-tsd4.c26 static pthread_key_t key; variable
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dmalloc-machine.h60 #define tsd_key_create(key, destr) ((void) (key)) argument
61 #define tsd_setspecific(key, data) __libc_tsd_set (MALLOC, (data)) argument
62 #define tsd_getspecific(key, vptr) ((vptr) = __libc_tsd_get (MALLOC)) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/
A Dmalloc-machine.h66 #define tsd_key_create(key, destr) ((void) (key)) argument
67 #define tsd_setspecific(key, data) __libc_tsd_set (MALLOC, (data)) argument
68 #define tsd_getspecific(key, vptr) ((vptr) = __libc_tsd_get (MALLOC)) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dmalloc-machine.h66 #define tsd_key_create(key, destr) ((void) (key)) argument
67 #define tsd_setspecific(key, data) __libc_tsd_set (void *, MALLOC, (data)) argument
68 #define tsd_getspecific(key, vptr) ((vptr) = __libc_tsd_get (void *, MALLOC)) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_key_delete.c25 pthread_key_delete (pthread_key_t key) in pthread_key_delete()
A Dpthread_key_create.c27 pthread_key_t *key, in __pthread_key_create()
A Dpthread_setspecific.c27 pthread_key_t key, in __pthread_setspecific()
A Dpthread_getspecific.c25 __pthread_getspecific (pthread_key_t key) in __pthread_getspecific()
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dcrypt.c12 char *crypt(const char *key, const char *salt) in crypt()
/l4re-core-master/lua/lib/contrib/src/
A Dltable.c144 lua_Integer key = ivalueraw(*kvl); in mainposition() local
182 static Node *mainpositionTV (const Table *t, const TValue *key) { in mainpositionTV()
320 static unsigned int findindex (lua_State *L, Table *t, TValue *key, in findindex()
338 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next()
402 static int countint (lua_Integer key, unsigned int *nums) { in countint()
719 const TValue *luaH_getint (Table *t, lua_Integer key) { in luaH_getint()
747 const TValue *luaH_getshortstr (Table *t, TString *key) { in luaH_getshortstr()
763 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr()
777 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get()
800 void luaH_finishset (lua_State *L, Table *t, const TValue *key, in luaH_finishset()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/sysvipc/
A Dftok.c30 key_t key; in ftok() local
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dnconf.c301 function_key key; member
386 static void handle_f1(int *key, struct menu *current_item) in handle_f1()
394 static void handle_f2(int *key, struct menu *current_item) in handle_f2()
401 static void handle_f3(int *key, struct menu *current_item) in handle_f3()
410 static void handle_f4(int *key, struct menu *current_item) in handle_f4()
426 static void handle_f5(int *key, struct menu *current_item) in handle_f5()
433 static void handle_f6(int *key, struct menu *current_item) in handle_f6()
440 static void handle_f7(int *key, struct menu *current_item) in handle_f7()
447 static void handle_f8(int *key, struct menu *current_item) in handle_f8()
454 static void handle_f9(int *key, struct menu *current_item) in handle_f9()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/search/
A D_lsearch.c18 void *lfind(const void *key, const void *base, size_t *nmemb, in lfind()
A D_tsearch.c41 void *key; member
52 void *tsearch(const void *key, void **vrootp, __compar_fn_t compar) in tsearch()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/
A Dtd_thr_tsd.c28 struct pthread_key_struct key; in td_thr_tsd() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/
A Dtd_thr_tsd.c29 struct pthread_key_struct key; in td_thr_tsd() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dshared_ptr.cc55 inline unsigned char key(const void* addr) in key() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dshared_ptr.cc55 inline unsigned char key(const void* addr) in key() function
/l4re-core-master/cxx/lib/tl/include/bits/
A Dbst.h276 Bst<Node, Get_key, Compare>::find_node(Key_param_type key) const in find_node()
292 Bst<Node, Get_key, Compare>::lower_bound_node(Key_param_type key) const in lower_bound_node()
312 Bst<Node, Get_key, Compare>::find(Key_param_type key) const in find()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dshared_ptr.cc43 inline unsigned char key(const void* addr) in key() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dshared_ptr.cc43 inline unsigned char key(const void* addr) in key() function

Completed in 26 milliseconds

1234