#ifndef _THREAD_LINUX_H #define _THREAD_LINUX_H #include "platform_mutex.h" void Semaphore_create(platform_mutex_t* mutex); #endif