pthread_self.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_self.c
blob: bd3bf95bb708ad6ce1f324e5e4eea05d978d172d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "pthread_impl.h"
#include <threads.h>
static pthread_t __pthread_self_internal()
{
	return __pthread_self();
}
weak_alias(__pthread_self_internal, pthread_self);
weak_alias(__pthread_self_internal, thrd_current);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 03:48:56 +0000

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