HomeSort by: relevance | last modified time | path
    Searched defs:a_thread_local (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls.c 20 __thread int a_thread_local; variable
81 a_thread_local = 0;
84 a_thread_local += i;
88 thread_local_val[ me ] = a_thread_local; /* here we know tls value */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls.c 20 __thread int a_thread_local; variable
81 a_thread_local = 0;
84 a_thread_local += i;
88 thread_local_val[ me ] = a_thread_local; /* here we know tls value */

Completed in 21 milliseconds