Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(44)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Delta Between Two Patch Sets: src/pkg/runtime/plan9/os.h

Issue 2273041: code review 2273041: Initial Plan9 runtime support for 386. (Closed)
Left Patch Set: code review 2273041: Initial Plan9 runtime support for 386. Created 15 years, 1 month ago
Right Patch Set: code review 2273041: Initial Plan9 runtime support for 386. Created 15 years, 1 month 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/runtime/plan9/mem.c ('k') | src/pkg/runtime/plan9/signals.h » ('j') | no next file with change/comment »
('i') | ('e') | ('c') | ('s')
LEFTRIGHT
1 // Copyright 2010 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
1 extern int32 write(int32 fd, void* buffer, int32 nbytes); 5 extern int32 write(int32 fd, void* buffer, int32 nbytes);
2 extern void exits(int8* msg); 6 extern void exits(int8* msg);
3 extern int32 brk_(void*); 7 extern int32 brk_(void*);
4 8
5 /* rfork */ 9 /* rfork */
6 enum 10 enum
7 { 11 {
8 RFNAMEG = (1<<0), 12 RFNAMEG = (1<<0),
9 RFENVG = (1<<1), 13 RFENVG = (1<<1),
10 RFFDG = (1<<2), 14 RFFDG = (1<<2),
11 RFNOTEG = (1<<3), 15 RFNOTEG = (1<<3),
12 RFPROC = (1<<4), 16 RFPROC = (1<<4),
13 RFMEM = (1<<5), 17 RFMEM = (1<<5),
14 RFNOWAIT = (1<<6), 18 RFNOWAIT = (1<<6),
15 RFCNAMEG = (1<<10), 19 RFCNAMEG = (1<<10),
16 RFCENVG = (1<<11), 20 RFCENVG = (1<<11),
17 RFCFDG = (1<<12), 21 RFCFDG = (1<<12),
18 RFREND = (1<<13), 22 RFREND = (1<<13),
19 RFNOMNT = (1<<14) 23 RFNOMNT = (1<<14)
20 }; 24 };
21 extern int32 rfork(int32 flags, void *stk, M *m, G *g, void (*fn)(void)); 25 extern int32 rfork(int32 flags, void *stk, M *m, G *g, void (*fn)(void));
22 extern int32 plan9_semacquire(uint32 *addr, int32 block); 26 extern int32 plan9_semacquire(uint32 *addr, int32 block);
23 extern int32 plan9_semrelease(uint32 *addr, int32 count); 27 extern int32 plan9_semrelease(uint32 *addr, int32 count);
LEFTRIGHT
« src/pkg/runtime/plan9/mem.c ('k') | src/pkg/runtime/plan9/signals.h » ('j') | ('i') | ('e') | ('c') | ('s')
Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /