ax-libc 0.5.3

ArceOS user program library for C apps
Documentation
1
2
3
4
5
6
7
8
// Generated by ax-posix-api/build.rs — DO NOT edit!

typedef struct {
    long __l[6];
} pthread_mutex_t;

#define PTHREAD_MUTEX_INITIALIZER { .__l = {0, 0, 8, 0, 0, 0} }