aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/lock_futex.c
AgeCommit message (Expand)Author
2014-08-29runtime: convert lock*.c to GoRuss Cox
2014-08-27runtime: rename Lock to MutexRuss Cox
2014-08-22runtime: fix futex notesDmitriy Vyukov
2014-08-22runtime: convert note to GoDmitriy Vyukov
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-02-10runtime: do not cpu profile idle threads on windowsDmitriy Vyukov
2013-08-24runtime: add dragonfly/amd64 portJoel Sing
2013-08-12runtime: change textflags from numbers to symbolsKeith Randall
2013-08-05runtime/pprof: test multithreaded profile, remove OS X workaroundsRuss Cox
2013-07-31runtime: better debug output for inconsistent NoteDmitriy Vyukov
2013-07-29runtime: fix linux/arm buildDmitriy Vyukov
2013-07-29runtime: do not split stacks in syscall statusDmitriy Vyukov
2013-07-22runtime: introduce notetsleepg functionDmitriy Vyukov
2013-07-17runtime: more reliable preemptionDmitriy Vyukov
2013-05-29runtime: make notetsleep() return false if timeout happensDmitriy Vyukov
2013-05-15runtime: unset m->locks after actual lock unlockDmitriy Vyukov
2013-04-06runtime: change Note from union to structDmitriy Vyukov
2013-04-06runtime: change Lock from union to structDmitriy Vyukov
2012-12-24runtime: diagnose double wakeup on NoteDmitriy Vyukov
2012-02-28runtime/pprof: support OS X CPU profilingRuss Cox
2011-12-19runtime: correct '.' to 'ยท' in commentsIan Lance Taylor
2011-12-19runtime: separate out auto-generated files, take 2Russ Cox
2011-12-16runtime: hg revert -r 6ec0a5c12d75Russ Cox
2011-12-16runtime: separate out auto-generated filesRuss Cox
2011-11-09runtime: add timer support, use for package timeRuss Cox
2011-11-02runtime: unify mutex code across OSesDmitriy Vyukov