Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/thread/
H A Dpthread_equal.c4 static int __pthread_equal(pthread_t a, pthread_t b) in __pthread_equal() function
9 weak_alias(__pthread_equal, pthread_equal);
10 weak_alias(__pthread_equal, thrd_equal);
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/thread/
H A Dpthread_equal.c4 static int __pthread_equal(pthread_t a, pthread_t b) in __pthread_equal() function
9 weak_alias(__pthread_equal, pthread_equal);
10 weak_alias(__pthread_equal, thrd_equal);
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/thread/
H A Dpthread_equal.c4 static int __pthread_equal(pthread_t a, pthread_t b) in __pthread_equal() function
9 weak_alias(__pthread_equal, pthread_equal);
10 weak_alias(__pthread_equal, thrd_equal);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/thread/
H A Dpthread_equal.c4 static int __pthread_equal(pthread_t a, pthread_t b) in __pthread_equal() function
9 weak_alias(__pthread_equal, pthread_equal);
10 weak_alias(__pthread_equal, thrd_equal);
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/thread/
H A Dpthread_equal.c4 static int __pthread_equal(pthread_t a, pthread_t b) in __pthread_equal() function
9 weak_alias(__pthread_equal, pthread_equal);
10 weak_alias(__pthread_equal, thrd_equal);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/thread/
H A Dpthread_equal.c4 static int __pthread_equal(pthread_t a, pthread_t b) in __pthread_equal() function
9 weak_alias(__pthread_equal, pthread_equal);
10 weak_alias(__pthread_equal, thrd_equal);
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/thread/
H A Dpthread_equal.c5 static int __pthread_equal(pthread_t a, pthread_t b) in __pthread_equal() function
10 weak_alias(__pthread_equal, pthread_equal);
11 weak_alias(__pthread_equal, thrd_equal);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/htl/bits/
H A Dpthread.h26 extern int __pthread_equal (__pthread_t __t1, __pthread_t __t2);
30 __pthread_equal (__pthread_t __t1, __pthread_t __t2) in __pthread_equal() function
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/htl/bits/
H A Dpthread.h26 extern int __pthread_equal (__pthread_t __t1, __pthread_t __t2);
30 __pthread_equal (__pthread_t __t1, __pthread_t __t2) in __pthread_equal() function
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/htl/
H A Dpthread.h264 return __pthread_equal (__t1, __t2); in pthread_equal()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/htl/
H A Dpthread.h264 return __pthread_equal (__t1, __t2); in pthread_equal()