struct_in_struct.h
Go to the documentation of this file.
00001 typedef union
00002 {
00003   struct __pthread_mutex_s
00004   {
00005     int __lock;
00006     unsigned int __count;
00007     int __owner;
00008 
00009     unsigned int __nusers;
00010 
00011 
00012 
00013     int __kind;
00014 
00015     int __spins;
00016   } __data;
00017   char __size[40];
00018   long int __align;
00019 } pthread_mutex_t;
00020 


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Thu Jan 2 2014 11:38:41