ref: 2d093d2651d333cbd4eec7747595da947eb4952b dir: /libnpe_pthread/pthread_mutex_unlock.c/
#include "_pthread.h" int pthread_mutex_unlock(pthread_mutex_t *const mutex) { qunlock(mutex); return 0; }