Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
wasi
libc-top-half
musl
arch
wasm32
pthread_arch.h
pretty
plain
permalink
blame
history
•
5 lines
•
149 B
1
extern _Thread_local struct __pthread __wasilibc_pthread_self;
2
3
static inline uintptr_t __get_tp() {
4
return (uintptr_t)&__wasilibc_pthread_self;
5
}