Skip to content
Snippets Groups Projects
  1. Jan 22, 2016
  2. Jan 21, 2016
  3. Jan 20, 2016
  4. Jan 19, 2016
  5. Jan 18, 2016
  6. Jan 17, 2016
  7. Jan 16, 2016
  8. Jan 15, 2016
    • Konstantin Osipov's avatar
      ed74ffed
    • Konstantin Osipov's avatar
      fiber: review fixes · 8f664dc8
      Konstantin Osipov authored
      * use fiber_wakeup() in fiber_yield_timeout()
        to make sure we don't fiber_call() a fiber which
        is perhaps already in cord->ready list.
      * don't use diag_create() in fiber_new() if the fiber is
        recycled, this may leak a leftover exception in the
        diagnostics area
      * replace rlist_del(&fiber->state) with an assert,
        and fix the places in which a ready fiber can
        be called without first having been removed from the
        ready list.
      8f664dc8
Loading