Commit Graph

15 Commits (ac7671762d8385a3d136840f487ad009bc9130be)

Author SHA1 Message Date
Oleg Hahm d48330acbb doc: posix: fix doxygen complaints 6 years ago
Oleg Hahm 7ee7801c10 *: remove trailing underscores from header guards 6 years ago
Victor Arino 066db5857a sys/posix: adapt semaphore to new implementation 6 years ago
Martine Lenders 45b30a8e91 posix_semaphore: make API POSIX compliant 8 years ago
Martine Lenders 5cef6bcc0a sema: apply rename to function and type names 8 years ago
Martine Lenders ee4f79482a sem: rename to sema
To prevent name colisions with POSIX semaphores
8 years ago
Martine Lenders de421cdf78 posix: use sem module for semaphore implementation 8 years ago
Oleg Hahm 26ab4829d7 doc: fix posix wrapper documentation 9 years ago
Oleg Hahm 037571445c Merge pull request #1974 from OlegHahm/cleanup_licenses
licenses: fix miss-spelled & missing boiler plates
9 years ago
Oleg Hahm 39abba1bc2 licenses: fix miss-spelled & missing boiler plates 9 years ago
BytesGalore de3c3cebd0 c++: sys: add extern C to header files 9 years ago
Ludwig Ortmann c2b2e4554b core/queue: queue -> priority_queue
Rename queue to priority queue, because that's what it is.
9 years ago
Cenk Gündoğan ca5b45e264 converting tabs to spaces in sys (#1439)
This PR converts tabs to white spaces.
The statement I used for the conversion:
```find . -name "*.[ch]" -exec zsh -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;```
Afterwards, I had a quick overview of the converted files to prevent odd indentation.
9 years ago
René Kijewski 4032a22719 queue: add queue_t root type 9 years ago
Christian Mehlis 60feb7ea37 posix: move posix semaphore in posix module 9 years ago