Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel

    r9c31349 r348006f  
    3030void lock( spinlock * );
    3131void unlock( spinlock * );
    32 
    33 struct signal_once {
    34         volatile bool condition;
    35         struct spinlock lock;
    36         struct simple_thread_list blocked;
    37 };
    38 
    39 void ?{}(signal_once * this);
    40 void ^?{}(signal_once * this);
    4132
    4233void wait( signal_once * );
Note: See TracChangeset for help on using the changeset viewer.