1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:54:49 -07:00
go/src/pkg/runtime
Rob Pike 7955490de2 add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCS
R=rsc
DELTA=29  (28 added, 1 deleted, 0 changed)
OCL=32829
CL=32837
2009-08-06 13:07:05 -07:00
..
386 make every func literal expression allocate, 2009-07-28 20:01:00 -07:00
amd64 make every func literal expression allocate, 2009-07-28 20:01:00 -07:00
arm Fixed minor typo in asm file. 2009-07-12 22:12:19 -07:00
darwin fix bug in CL 30057: missed if+continue in one place. 2009-07-27 10:59:59 -07:00
linux Runtime is now starting up with a dummy c program as target: 2009-06-23 11:54:23 -07:00
array.c
cgo2c.c in preparation for changing 6g's behavior to 2009-06-30 20:01:41 -07:00
chan.c another step toward eliminating forward declarations. 2009-07-17 01:00:44 -07:00
extern.go add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCS 2009-08-06 13:07:05 -07:00
float.cgo convert string runtime to use cgo. 2009-06-30 20:01:50 -07:00
hashmap.c reflection for maps 2009-07-08 13:55:57 -07:00
hashmap.h
iface.c reflection for interface set 2009-07-10 16:32:26 -07:00
Makefile reflection for maps 2009-07-08 13:55:57 -07:00
malloc.cgo convert string runtime to use cgo. 2009-06-30 20:01:50 -07:00
malloc.h
mcache.c
mcentral.c
mem.c remove declarations for functions that cannot be called from c 2009-06-30 20:01:59 -07:00
mfixalloc.c
mgc0.c fix gc bug causing make smoketest to die in cmd/gofmt. 2009-07-27 14:16:28 -07:00
mheap.c
mheapmap32.c
mheapmap32.h
mheapmap64.c
mheapmap64.h
mkasmh add arm support to mkasmh 2009-06-22 14:08:00 -07:00
msize.c
print.c runtime: use new reflect data structures (CL 31107) 2009-07-07 11:02:54 -07:00
proc.c add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCS 2009-08-06 13:07:05 -07:00
reflect.cgo reflection for interface set 2009-07-10 16:32:26 -07:00
rune.c
runtime.c
runtime.h add LockOSThread and UnlockOSThread to 2009-07-13 17:28:39 -07:00
sema.cgo convert string runtime to use cgo. 2009-06-30 20:01:50 -07:00
string.cgo convert string runtime to use cgo. 2009-06-30 20:01:50 -07:00
symtab.c
type.go reflection for methods 2009-07-09 17:27:49 -07:00
type.h reflection for channels 2009-07-08 15:00:54 -07:00