Difference between revisions of "ΜSync"
Jump to navigation
Jump to search
(First release (0.1)) |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Lowercase title}} | ||
{{Infobox development tools | {{Infobox development tools | ||
| title = µSync | | title = µSync | ||
Line 4: | Line 5: | ||
| type = library | | type = library | ||
| author = [[User:SquidMan|SquidMan]] | | author = [[User:SquidMan|SquidMan]] | ||
− | | version = 0. | + | | version = 0.2 |
− | | download = | + | | download = https://bitbucket.org/trap15/usync/ |
− | | source = | + | | source = https://bitbucket.org/trap15/usync/ |
− | | website = http:// | + | | website = http://daifukkat.su/ |
}} | }} | ||
'''µ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.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. |
Latest revision as of 00:34, 22 August 2022
µSync | |
General | |
---|---|
Author(s) | SquidMan |
Type | Library |
Version | 0.2 |
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.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.