12.07.2015 Views

CooCox CoOS 用户手册

CooCox CoOS 用户手册

CooCox CoOS 用户手册

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>CooCox</strong> <strong>CoOS</strong> muterIDIDE_CALLE_INVALID_IDE_OK IDID#include "CCRTOS.h"OS_MutexID mutex;void TaskN (void *pdata){.../* Create a mutex */mutex = CoCreateMutex ();/* Enter critical region */CoEnterMutexSection(mutex);…/*Excute critical code */…/* Exit critical region */CoLeaveMutexSection(mutex);...}1) A B A A TASK_WAITING B B 23 CoLeaveMutexSection() 6.6.3 CoLeaveMutexSection()StatusType CoLeaveMutexSection(OS_MutexID mutexID);ID:74

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!