ΜSync: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
SquidMan (talk | contribs)
First release (0.1)
 
SquidMan (talk | contribs)
Updated to 0.1x
Line 4: Line 4:
| type        = library
| type        = library
| author      = [[User:SquidMan|SquidMan]]
| author      = [[User:SquidMan|SquidMan]]
| version    = 0.1
| version    = 0.1x
| download    = http://github.com/SquidMan/uSync
| download    = http://github.com/SquidMan/uSync
| source      = http://github.com/SquidMan/uSync
| source      = http://github.com/SquidMan/uSync
Line 11: Line 11:


'''µSync''' is a small, lightweight mutex/synchronization library written in C. It is meant to be as small and fast as possible. It is used in [[LibELM]] for reentrancy support, but was released as a separate library, as it may have other uses.
'''µSync''' is a small, lightweight mutex/synchronization library written in C. It is meant to be as small and fast as possible. It is used in [[LibELM]] for reentrancy support, but was released as a separate library, as it may have other uses.
== ChangeLog ==
=== 0.1x ===
* Fixed a fatal flaw in uSyncRelease that set the data to NULL if we are holding the data.

Revision as of 09:27, 2 November 2009

µSync
General
Author(s)SquidMan
TypeLibrary
Version0.1x
Links
Download
Website
Source

µSync is a small, lightweight mutex/synchronization library written in C. It is meant to be as small and fast as possible. It is used in LibELM for reentrancy support, but was released as a separate library, as it may have other uses.

ChangeLog

0.1x

  • Fixed a fatal flaw in uSyncRelease that set the data to NULL if we are holding the data.