Home
last modified time | relevance | path

Searched defs:__pthread_self (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/arm/
H A Dpthread_arch.h4 static inline pthread_t __pthread_self() in __pthread_self() function
19 static inline pthread_t __pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/i386/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/microblaze/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/wasm32/
H A Dpthread_arch.h5 static inline struct pthread *__pthread_self(void) in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/x86_64/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/wasm32/
H A Dpthread_arch.h5 static inline struct pthread *__pthread_self(void) in __pthread_self() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/arch/wasm32/
H A Dpthread_arch.h5 static inline struct pthread *__pthread_self(void) in __pthread_self() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/arch/wasm32/
H A Dpthread_arch.h5 static inline struct pthread *__pthread_self(void) in __pthread_self() function
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/arch/emscripten/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self(void) { return pthread_self(); } in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/s390x/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/mips64/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/mips/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/or1k/
H A Dpthread_arch.h2 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/x32/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/mipsn32/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/aarch64/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/m68k/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/powerpc64/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/riscv64/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/powerpc/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/sh/
H A Dpthread_arch.h1 static inline struct pthread *__pthread_self() in __pthread_self() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/internal/
H A Dpthread_impl.h119 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro
122 #define __pthread_self() ((pthread_t)__get_tp()) macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/internal/
H A Dpthread_impl.h119 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro
122 #define __pthread_self() ((pthread_t)__get_tp()) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/internal/
H A Dpthread_impl.h119 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro
122 #define __pthread_self() ((pthread_t)__get_tp()) macro
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/internal/
H A Dpthread_impl.h119 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro
122 #define __pthread_self() ((pthread_t)__get_tp()) macro

12