]> Cypherpunks repositories - gostls13.git/commit
runtime: introduce notetsleepg function
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 22 Jul 2013 19:02:27 +0000 (23:02 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 22 Jul 2013 19:02:27 +0000 (23:02 +0400)
commite97d677b4eaa6db4d70ae1d855d2cc5a4b0fdeff
tree5574b0886619a085bd84ff0fa70b08abd51fc6f6
parent9fe4a9ecdd674efafc173f3c7e99f7b34a6c544a
runtime: introduce notetsleepg function
notetsleepg is the same as notetsleep, but is called on user g.
It includes entersyscall/exitsyscall and will help to avoid
split stack functions in syscall status.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/11681043
src/pkg/runtime/cpuprof.c
src/pkg/runtime/lock_futex.c
src/pkg/runtime/lock_sema.c
src/pkg/runtime/mheap.c
src/pkg/runtime/runtime.h
src/pkg/runtime/sigqueue.goc
src/pkg/runtime/time.goc