Files
llgo/c/pthread/sync/_pthd/pthd.c

8 lines
242 B
C

#include <pthread.h>
// -----------------------------------------------------------------------------
pthread_once_t llgoSyncOnceInitVal = PTHREAD_ONCE_INIT;
// -----------------------------------------------------------------------------