tss_delete.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/tss_delete.c
blob: 6f51b07eb9e8f56f28ca68ee78378bc991939e9b (plain) (blame)
1
2
3
4
5
6
7
#include <threads.h>
#include <pthread.h>
void tss_delete(tss_t key)
{
	__pthread_key_delete(key);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 04:49:18 +0000

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