summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/sema.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: rename Lock to MutexRuss Cox2014-08-271-11/+11
* cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox2014-08-271-18/+14
* runtime: convert async semaphores to GoDmitriy Vyukov2014-08-251-6/+159
* runtime: fix block profile for sync semaphoresDmitriy Vyukov2014-08-251-1/+1
* runtime: convert synchronous semaphores to GoDmitriy Vyukov2014-08-241-0/+117