#ifndef __mutex_h__ #define __mutex_h__ #include #include void * runner (void *); int64_t run (void); #endif