Home
last modified time | relevance | path

Searched defs:key_s (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc104 struct key_s { in key_init() struct
105 key_s() { __gthread_key_create (&key, run); } in key_init() function
106 ~key_s() { __gthread_key_delete (key); } in key_init()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Datexit_thread.cc106 struct key_s { in key_init() struct
107 key_s() { __gthread_key_create (&key, run); } in key_init() argument
108 ~key_s() { __gthread_key_delete (key); } in key_init()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Datexit_thread.cc111 struct key_s { in key_init() struct
112 key_s() { __gthread_key_create (&key, run); } in key_init() function
113 ~key_s() { __gthread_key_delete (key); } in key_init()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc129 struct key_s { in key_init() struct
130 key_s() { __gthread_key_create (&key, run); } in key_init() function
131 ~key_s() { __gthread_key_delete (key); } in key_init()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkey.c99 char *pkalg = NULL, *userstyle = NULL, *key_s = NULL, *ca_s = NULL; in userauth_pubkey() local