Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/threads/tls/src/
Dmain.c19 #define STATIC_DATA64 0x1122334455667788UL macro
56 static uint64_t Z_THREAD_LOCAL thread_data64 = STATIC_DATA64;
80 if (thread_data64 != STATIC_DATA64) { in tls_thread_entry()
107 thread_data64 = STATIC_DATA64 + idx; in tls_thread_entry()
123 if (thread_data64 != (STATIC_DATA64 + idx)) { in tls_thread_entry()