Home
last modified time | relevance | path

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

/haiku/src/system/libroot/os/arch/arm/
H A Dtls.c23 get_tls() in get_tls() function
45 return get_tls()[index]; in tls_get()
52 return get_tls() + index; in tls_address()
59 get_tls()[index] = value; in tls_set()
/haiku/src/system/libroot/os/arch/x86_64/
H A Dtls.cpp28 get_tls() in get_tls() function
52 return get_tls()[index]; in tls_get()
59 return get_tls() + index; in tls_address()
66 get_tls()[index] = value; in tls_set()
/haiku/src/system/libroot/os/arch/arm64/
H A Dtls.c24 get_tls() in get_tls() function
46 return get_tls()[index]; in tls_get()
53 return get_tls() + index; in tls_address()
60 get_tls()[index] = value; in tls_set()
/haiku/src/system/libroot/os/arch/riscv64/
H A Dtls.cpp24 get_tls() in get_tls() function
48 return get_tls()[index]; in tls_get()
55 return get_tls() + index; in tls_address()
62 get_tls()[index] = value; in tls_set()