Ignore:
Timestamp:
Nov 7, 2025, 8:28:03 AM (6 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0048327
Parents:
f5856ecd
Message:

change name is_empty to empty for monitor conditions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrency/signal/block.cfa

    rf5856ecd rb6de35e  
    8080        [a.last_thread, b.last_thread, a.last_signaller, b.last_signaller] = active_thread();
    8181
    82         if( !is_empty( cond ) ) {
     82        if( ! empty( cond ) ) {
    8383
    8484                thread$ * next = ( thread$ * ) front( cond );
Note: See TracChangeset for help on using the changeset viewer.