Searched refs:another_thread_local (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dtls.c24 static __thread int another_thread_local; variable
27 __thread int K::another_thread_local; member in class:K
82 K::another_thread_local = me; member in class:K
87 another_thread_local_val[me] = K::another_thread_local;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dtls.c24 static __thread int another_thread_local; variable
27 __thread int K::another_thread_local; member in class:K
82 K::another_thread_local = me; member in class:K
87 another_thread_local_val[me] = K::another_thread_local;

Completed in 92 milliseconds