master
1extern _Thread_local struct __pthread __wasilibc_pthread_self;
2
3static inline uintptr_t __get_tp() {
4  return (uintptr_t)&__wasilibc_pthread_self;
5}