Sign in
android
/
platform
/
external
/
mesa3d
/
b74eb12a8e01ac086ecfa4f6448a3e46b2cb1593
/
.
/
src
/
c11
/
impl
/
threads_win32.h
blob: ef75fb03555ed89bf5cbb7d7d4a903b6ba9bf733 [
file
] [
log
] [
blame
]
/*
* Copyright 2022 Yonggang Luo
* SPDX-License-Identifier: MIT
*/
#ifndef
C11_IMPL_THREADS_WIN32_H_
#define
C11_IMPL_THREADS_WIN32_H_
#ifdef
__cplusplus
extern
"C"
{
#endif
void
__threads_win32_tls_callback
(
void
);
#ifdef
__cplusplus
}
#endif
#endif