File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
expected/wasm32-wasi-threads Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,11 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
262262 thread/pthread_setcancelstate.c \
263263 thread/pthread_setspecific.c \
264264 thread/pthread_self.c \
265+ thread/pthread_spin_destroy.c \
266+ thread/pthread_spin_init.c \
267+ thread/pthread_spin_lock.c \
268+ thread/pthread_spin_trylock.c \
269+ thread/pthread_spin_unlock.c \
265270 thread/pthread_testcancel.c \
266271 thread/sem_destroy.c \
267272 thread/sem_getvalue.c \
Original file line number Diff line number Diff line change @@ -1044,6 +1044,11 @@ pthread_rwlockattr_setpshared
10441044pthread_self
10451045pthread_setcancelstate
10461046pthread_setspecific
1047+ pthread_spin_destroy
1048+ pthread_spin_init
1049+ pthread_spin_lock
1050+ pthread_spin_trylock
1051+ pthread_spin_unlock
10471052pthread_testcancel
10481053pthread_timedjoin_np
10491054pthread_tryjoin_np
You can’t perform that action at this time.
0 commit comments