ΜSync: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
SquidMan (talk | contribs)
Update to 0.2
LeTesla (talk | contribs)
All that remains is an ancient source code archive
Line 6: Line 6:
| author      = [[User:SquidMan|SquidMan]]
| author      = [[User:SquidMan|SquidMan]]
| version    = 0.2
| version    = 0.2
| download    = http://github.com/SquidMan/uSync
| download    =  
| source      = http://github.com/SquidMan/uSync
| source      = https://web.archive.org/web/20100114054430/http://github.com/SquidMan/uSync
| website    = http://squidman.no-ip.org/
| website    = http://squidman.no-ip.org/
}}
}}
{{No Download}}


'''µ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.

Revision as of 19:38, 21 August 2022

µSync
General
Author(s)SquidMan
TypeLibrary
Version0.2
Links
Website
Source
ARCHIVISTS NEEDED
This homebrew application currently contains an invalid download link. It was either not caught in the web archive or on a forum that required registration to download files; which the Wayback Machine cannot index.

PLEASE PROVIDE A NEW DOWNLOAD IF YOU HAVE THIS APPLICATION.

µ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.2

  • Added a Makefile for BootMii, and a small header for version detection.

0.1x

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