Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/locks.hfa

    rc131a02 r4aeaee5  
    4343        void ?{}( info_thread(L) & this, $thread * t, uintptr_t info );
    4444        void ^?{}( info_thread(L) & this );
    45 
    46         info_thread(L) *& Back( info_thread(L) * this );
    47         info_thread(L) *& Next( info_thread(L) * this );
    48         bool listed( info_thread(L) * this );
    4945}
    5046
     
    6864
    6965        // List of blocked threads
    70         Sequence( $thread ) blocked_threads;
     66        __queue_t( $thread ) blocked_threads;
    7167
    7268        // Count of current blocked threads
Note: See TracChangeset for help on using the changeset viewer.