xref
: /
third_party
/
musl
/
src
/
thread
/
cnd_destroy.c
(revision 570af302)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/src/thread/
1
#
include
<
threads.h
>
2
3
void
cnd_destroy
(
cnd_t
*c)
4
{
5
/* For private cv this is a no-op */
6
}
7