Home
last modified time | relevance | path

Searched defs:INIT_VAL (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/unistd/linux/
H A Disatty.cpp21 constexpr int INIT_VAL = 0x1234abcd; global() variable
/llvm-project/libc/test/integration/src/__support/threads/
H A Dthread_tls_test.cpp12 static constexpr int INIT_VAL = 100; variable