Searched refs:tls_align (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dlibc.h28 size_t tls_size, tls_align, tls_cnt; member in struct:__libc
/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dallocate.c63 tp = (tp + libc.tls_align - 1) & -libc.tls_align;
78 mem -= (uintptr_t)mem & (libc.tls_align - 1);
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c134 static size_t tls_cnt, tls_offset = 16, tls_align = MIN_TLS_ALIGN; variable
1275 tls_align = MAXP2(tls_align, p->tls.align);
1669 libc.tls_align = tls_align;
1671 ALIGN((1 + tls_cnt) * sizeof(void*) + tls_offset + sizeof(struct pthread) + tls_align * 2,
1672 tls_align);
1819 tls_align = MAXP2(tls_align, app.tls.align);
2126 size_t orig_tls_align = tls_align;
[all...]

Completed in 85 milliseconds