1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-26 20:12:14 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
plutoo
b7fe92f3a2 rwlock: Move over to condvar implementation. ()
This one is superior to the previous because it is write-preferring.
2019-03-28 23:53:04 +01:00
Juan Antonio Hernández Cánovas
377683acd5 Add rwlockInit () 2018-08-24 16:20:01 +02:00
plutoo
6fa8370bfb This looks better 2018-01-22 20:11:55 +01:00
TuxSH
5abc4873d8 Include only what is really necessary...
add pragma once in every header, etc.
2018-01-22 18:42:57 +01:00
plutoo
7482c849fe Introducing RwLock, make hid threadsafe 2018-01-11 22:25:49 +01:00