Changeset db09685 for benchmark


Ignore:
Timestamp:
Aug 22, 2025, 7:41:32 AM (5 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
73475a5
Parents:
31be464
Message:

more change type name condition_variable to cond_lock

Location:
benchmark/io/http
Files:
2 edited

Legend:

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

    r31be464 rdb09685  
    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

    r31be464 rdb09685  
    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.