Sign in
◑
Theme
mojo
/
mojo-tools
/
e5ace236821d8810ec5f07f92299e3f4b8628d0e
/
.
/
fusl
/
src
/
thread
/
cnd_init.c
blob: 4b6852f5e083fc95c7c35df445fc2285362c486f [
file
]
#include
<threads.h>
int
cnd_init
(
cnd_t
*
c
)
{
*
c
=
(
cnd_t
){
0
};
return
thrd_success
;
}