xref: /third_party/musl/src/thread/pthread_spin_unlock.c (revision 570af302)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/thread/
1570af302Sopenharmony_ci#include "pthread_impl.h"
2570af302Sopenharmony_ci
3570af302Sopenharmony_ciint pthread_spin_unlock(pthread_spinlock_t *s)
4570af302Sopenharmony_ci{
5570af302Sopenharmony_ci	a_store(s, 0);
6570af302Sopenharmony_ci	return 0;
7570af302Sopenharmony_ci}
8

Indexes created Thu Nov 07 10:32:03 CST 2024