lock_t
typedef short lock_t; /* lock work for busy wait */
typedef unsigned char lock_t; /* lock work for busy wait */