aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/thread_linux.c
AgeCommit message (Expand)Author
2013-03-14runtime: refactor os-specific codeRuss Cox
2013-03-14runtime: integrated network poller for linuxDmitriy Vyukov
2013-03-12runtime: faster & safer hash functionKeith Randall
2013-03-01runtime: start all threads with runtime.mstartRuss Cox
2013-03-01runtime: fix new scheduler on freebsd, windowsRuss Cox
2013-02-21runtime: split minit() to mpreinit() and minit()Dmitriy Vyukov
2013-02-20runtime: allow cgo callbacks on non-Go threadsRuss Cox
2013-02-18runtime: preparation for non-Go threads running Go codeRuss Cox
2013-02-15runtime: fix build on linuxRuss Cox
2013-02-15runtime: fix running under nohupRuss Cox
2013-02-14runtime: expand error for signal received on non-Go thread.Alan Donovan
2012-12-19runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...Jingcheng Zhang
2012-09-04runtime: discard SIGPROF delivered to non-Go threads.Alan Donovan
2012-08-10runtime: use sched_getaffinity for runtime.NumCPU() on LinuxShenghou Ma
2012-05-30runtime: update field types in preparation for GC changesJan Ziak
2012-03-12runtime: print error on receipt of signal on non-Go threadRuss Cox
2012-03-08cgo, runtime: diagnose callback on non-Go threadRuss Cox
2012-02-28runtime/pprof: support OS X CPU profilingRuss Cox
2012-02-24runtime: size arena to fit in virtual address space limitRuss Cox
2012-02-23runtime: linux signal maskingRuss Cox
2012-01-10runtime: distinct panic message for call of nil func valueRuss Cox
2011-12-16runtime: make more build-friendlyRuss Cox