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

Issue 5374048: code review 5374048: runtime: fix semasleep() duration for openbsd (Closed)

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

Description

runtime: fix semasleep() duration for openbsd The timespec passed to thrsleep() needs to be an absolute/realtime value, so add the current nanotime to ns.

Patch Set 1 #

Patch Set 2 : diff -r 68d902758434 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 68d902758434 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/pkg/runtime/openbsd/thread.c View 1 1 chunk +1 line, -0 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, 4 months ago (2011-11-10 11:37:12 UTC) #1
rsc
LGTM
13 years, 4 months ago (2011-11-10 14:54:22 UTC) #2
bradfitz
13 years, 4 months ago (2011-11-10 19:42:08 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=0532c959020c ***

runtime: fix semasleep() duration for openbsd

The timespec passed to thrsleep() needs to be an absolute/realtime
value, so add the current nanotime to ns.

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

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

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