gettid.c\linux\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/linux/gettid.c
blob: 70767137e92fe9a8820aede17af029f13d845a5a (plain) (blame)
1
2
3
4
5
6
7
8
#define _GNU_SOURCE
#include <unistd.h>
#include "pthread_impl.h"
pid_t gettid(void)
{
	return __pthread_self()->tid;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年11月06日 12:56:10 +0000

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