Changeset 1dec8f3 for benchmark


Ignore:
Timestamp:
Sep 22, 2025, 2:33:42 PM (6 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master, stuck-waitfor-destruct
Children:
bb5b866
Parents:
7ca6bf1 (diff), 295ed2d1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'refs/remotes/origin/master'

Location:
benchmark/io/http
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/channel.hfa

    r7ca6bf1 r1dec8f3  
    1212                int size;
    1313                mutex_lock lock;
    14                 condition_variable prods;
    15                 condition_variable cons;
     14                cond_lock prods;
     15                cond_lock cons;
    1616        };
    1717
  • benchmark/io/http/printer.hfa

    r7ca6bf1 r1dec8f3  
    5050                acceptor_stats_t accpt;
    5151        } stats;
    52         condition_variable(fast_block_lock) var;
     52        cond_lock(fast_block_lock) var;
    5353        ServerCluster * cl;
    5454};
Note: See TracChangeset for help on using the changeset viewer.