Sign in
mojo
/
mojo-tools
/
c8bbaed8e0650d920840b6e79d3cc4c4f040f2e2
/
.
/
fusl
/
src
/
thread
/
pthread_spin_init.c
blob: 681881cf369ce862613b88184062058f26f9f7b2 [
file
]
#include
"pthread_impl.h"
int
pthread_spin_init
(
pthread_spinlock_t
*
s
,
int
shared
)
{
return
*
s
=
0
;
}