Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-pt-tls1.c45 check_alignment (const char *thr_name, const char *ptr_name, in check_alignment() argument
52 ptr_name, ptr, alignment, thr_name); in check_alignment()
57 check_s (const char *thr_name) in check_s() argument
60 FAIL_EXIT1 ("initial value of s in %s thread wrong\n", thr_name); in check_s()
62 check_alignment (thr_name, "s.a", &s.a, 0x20); in check_s()
63 check_alignment (thr_name, "s.b", &s.b, 0x200); in check_s()

Completed in 3 milliseconds