Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtls.c86 check_tls(char *where, bool check_addr, void *tls_region) in check_tls() function
284 result += check_tls("pre-defined", false, __tdata_start); in main()
286 result += check_tls("pre-defined", false, NULL); in main()
313 result += check_tls("allocated", true, tls); in main()