]> Cypherpunks repositories - gostls13.git/commit
runtime: mark usleep as NOSPLIT on Plan 9
authorAnthony Martin <ality@pbrane.org>
Sat, 18 May 2013 22:47:49 +0000 (15:47 -0700)
committerAnthony Martin <ality@pbrane.org>
Sat, 18 May 2013 22:47:49 +0000 (15:47 -0700)
commit8b85a3d480d63c2700ac556f183fc05280380fab
tree92e143f0984b768080fe176d648d31c5faf430d9
parentb65271d008daae3c9b424a0519d6cf79f0583675
runtime: mark usleep as NOSPLIT on Plan 9

Usleep is called from lockextra, also marked NOSPLIT.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9258043
src/pkg/runtime/os_plan9.c