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

Issue 4973043: code review 4973043: runtime: openbsd thread tweaks (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by jsing
Modified:
13 years, 8 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

runtime: openbsd thread tweaks - Rename sys_sched_yield() to osyield() as this is now defined in asm.h. - Only print kern.rtheads message if rfork_thread() failed with ENOTSUP. - Remove unused variables.

Patch Set 1 : diff -r 5e1053337103 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -13 lines) Patch
M src/pkg/runtime/openbsd/amd64/sys.s View 2 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/runtime/openbsd/thread.c View 3 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 3
jsing
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-08-27 14:08:00 UTC) #1
rsc
LGTM
13 years, 8 months ago (2011-08-29 13:04:48 UTC) #2
rsc
13 years, 8 months ago (2011-08-29 13:35:16 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=18c733109246 ***

runtime: openbsd thread tweaks

- Rename sys_sched_yield() to osyield() as this is now defined in asm.h.
- Only print kern.rtheads message if rfork_thread() failed with ENOTSUP.
- Remove unused variables.

R=rsc
CC=golang-dev
http://codereview.appspot.com/4973043

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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