please dont rip this site

A simple but efficient mutex implementation for FreeRTOS

by Isaac Marino Bavaresco

This is file "mutex.h".

//==============================================================================
// Copyright (c) 2007-2009, Isaac Marino Bavaresco
// All rights reserved
// isaacbavaresco@yahoo.com.br
//==============================================================================
#ifndef		__MUTEX_H__
#define		__MUTEX_H__
//==============================================================================
#include "FreeRTOS.h"
//==============================================================================
typedef void			*xMutexHandle;

xMutexHandle			xMutexCreate( void );
signed portBASE_TYPE	xMutexTake( xMutexHandle pxMutex, portTickType xTicksToWait );
signed portBASE_TYPE	xMutexGive( xMutexHandle pxMutex, portBASE_TYPE Release );
signed portBASE_TYPE	xDoIOwnTheMutex( xMutexHandle pxMutex );
//==============================================================================
#endif	//	__MUTEX_H__
//==============================================================================

file: /Techref/member/IMB-yahoo-J86/mutex.h.htm, 1KB, , updated: 2009/7/9 10:03, local time: 2024/3/29 03:27, owner: IMB-yahoo-J86,
TOP NEW HELP FIND: 
3.232.108.171:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.piclist.com/Techref/member/IMB-yahoo-J86/mutex.h.htm"> A simple mutex implementation for FreeRTOS - mutex.h</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?