Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Issue 9350034: Fix kqueue handling of no timeout (Closed)

Created:
8 years, 10 months ago by Søren Gjesse
Modified:
8 years, 10 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, Mads Ager (google)
Visibility:
Public.

Description

Fix kqueue handling of no timeout Using a tiemout value of 0 when there was no timeout caused busy looping int the eventhandler thread as that actually ment immediate timeout. No timeout is specified using NULL. BUG=dart:1641 R=iposva@google.com TEST= Committed: https://code.google.com/p/dart/source/detail?r=4176

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M runtime/bin/eventhandler_macos.cc View 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Gjesse
8 years, 10 months ago (2012-02-13 09:10:42 UTC) #1
Ivan Posva
8 years, 10 months ago (2012-02-13 09:18:12 UTC) #2
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698