summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-defer.c
Commit message (Expand)AuthorAgeFilesLines
* PR go/60406ian2014-10-081-1/+1
* libgo: Merge to master revision 19184.ian2014-06-061-6/+4
* runtime: Fix defer of unlock thread at program startup.ian2013-12-121-1/+2
* reflect, runtime: Let reflect.MakeFunc functions call recover.ian2013-12-111-0/+1
* runtime: Support cgo callbacks from threads started by C.ian2013-07-231-1/+9
* runtime: Multiplex goroutines onto OS threads.ian2011-11-281-0/+8
* Introduce G structure and thread-local global g.ian2011-11-111-15/+9
* Fix defer when not calling recover in function with named results.ian2011-09-161-2/+8
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+69