call_once.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/call_once.c
blob: 5ed30183dff17c4bc7af033ed8b90080f75760c0 (plain) (blame)
1
2
3
4
5
6
7
#include <threads.h>
#include <pthread.h>
void call_once(once_flag *flag, void (*func)(void))
{
	__pthread_once(flag, func);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 03:48:40 +0000

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