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

Issue 961047: code review 961047: mingw syscall: Sleep functionality added. Resubmitted a... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 10 months ago by Joe Poirier
Modified:
14 years, 9 months ago
Reviewers:
CC:
rsc, brainman, golang-dev
Visibility:
Public.

Description

mingw syscall: Sleep functionality added. Resubmitted as per request from Alex B. The function ahould be called directly for now rather than from time.Sleep; syscall.Gettimeofday is called by time.Sleep but it hasn't been implemented on windows yet.

Patch Set 1 #

Patch Set 2 : code review 961047: mingw syscall: Sleep functionality added. Resubmitted a... #

Total comments: 3

Patch Set 3 : code review 961047: mingw syscall: Sleep functionality added. Resubmitted a... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M src/pkg/syscall/syscall_mingw.go View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_mingw_386.go View 1 2 3 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 9
Joe Poirier
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 10 months ago (2010-04-29 13:45:19 UTC) #1
brainman
http://codereview.appspot.com/961047/diff/2001/3001 File src/pkg/syscall/syscall_mingw.go (right): http://codereview.appspot.com/961047/diff/2001/3001#newcode124 src/pkg/syscall/syscall_mingw.go:124: //sys SleepMilliseconds(msec uint32) (errno int) = Sleep Sleep windows ...
14 years, 10 months ago (2010-04-30 01:26:19 UTC) #2
rsc
It looks like for the other architectures I went out of my way to make ...
14 years, 10 months ago (2010-04-30 04:24:07 UTC) #3
brainman
On 2010/04/30 04:24:07, rsc wrote: > > //sys sleep(msec uint32) (errno int) > > (add ...
14 years, 10 months ago (2010-04-30 04:32:15 UTC) #4
Joe Poirier
On Thu, Apr 29, 2010 at 11:24 PM, Russ Cox <rsc@golang.org> wrote: > It looks ...
14 years, 10 months ago (2010-04-30 04:59:17 UTC) #5
rsc
okay, great, so let's just call the underlying call sleep instead of SleepMilliseconds and we're ...
14 years, 10 months ago (2010-04-30 05:28:21 UTC) #6
Joe Poirier
Hello rsc, brainman (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 10 months ago (2010-04-30 05:42:54 UTC) #7
brainman
On 2010/04/30 05:42:54, Joe Poirier wrote: > Hello rsc, brainman (cc: mailto:golang-dev@googlegroups.com), > > Please ...
14 years, 10 months ago (2010-04-30 05:51:39 UTC) #8
rsc
14 years, 10 months ago (2010-04-30 06:08:24 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=06c46f7e965a ***

syscall: mingw Sleep

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

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