k5_os_mutex_destroy
# define k5_os_mutex_destroy k5_os_nothread_mutex_destroy
# define k5_os_mutex_destroy(M) \
# define k5_os_mutex_destroy(M) pthread_mutex_destroy(&(M)->p)
# define k5_os_mutex_destroy(M) \