pthread_equal.c\thread\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/thread/pthread_equal.c
blob: dbb7365587d6da421e4d65b64b1eba104056e73e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <pthread.h>
#include <threads.h>
static int __pthread_equal(pthread_t a, pthread_t b)
{
	return a==b;
}
weak_alias(__pthread_equal, pthread_equal);
weak_alias(__pthread_equal, thrd_equal);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月08日 15:30:24 +0000

AltStyle によって変換されたページ (->オリジナル) /