thrd_exit.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/thrd_exit.c
blob: 9b291ae3db2de16b19c90f504c8e9e7102e10adb (plain) (blame)
1
2
3
4
5
6
7
8
#include <threads.h>
#include <pthread.h>
#include <stdint.h>
_Noreturn void thrd_exit(int result)
{
	__pthread_exit((void*)(intptr_t)result);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 03:25:04 +0000

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