Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(764)

Side by Side Diff: src/pkg/runtime/os_plan9_amd64.c

Issue 7565048: code review 7565048: runtime: refactor os-specific code (Closed)
Patch Set: diff -r 74da57c3abfe https://go.googlecode.com/hg Created 12 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/pkg/runtime/os_plan9_386.c ('k') | src/pkg/runtime/os_windows.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2010 The Go Authors. All rights reserved. 1 // Copyright 2010 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.· 3 // license that can be found in the LICENSE file.·
4 4
5 #include "runtime.h" 5 #include "runtime.h"
6 #include "defs_GOOS_GOARCH.h" 6 #include "defs_GOOS_GOARCH.h"
7 #include "os_GOOS.h" 7 #include "os_GOOS.h"
8 #include "signals_GOOS.h" 8 #include "signals_GOOS.h"
9 9
10 void 10 void
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 USED(sig); 118 USED(sig);
119 } 119 }
120 120
121 void 121 void
122 runtime·resetcpuprofiler(int32 hz) 122 runtime·resetcpuprofiler(int32 hz)
123 { 123 {
124 // TODO: Enable profiling interrupts. 124 // TODO: Enable profiling interrupts.
125 ········ 125 ········
126 m->profilehz = hz; 126 m->profilehz = hz;
127 } 127 }
OLDNEW
« no previous file with comments | « src/pkg/runtime/os_plan9_386.c ('k') | src/pkg/runtime/os_windows.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b