Ignore:
Timestamp:
Oct 31, 2022, 3:00:01 PM (22 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
7f3b5ce
Parents:
637c139
Message:

Changed node link in thread to use dlink called cltr_link

File:
1 edited

Legend:

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

    r637c139 rcd5b58f  
    256256        // List of threads
    257257        __spinlock_t thread_list_lock;
    258         __dllist_t(struct thread$) threads;
     258        dlist(struct thread$, thread$.cltr_link) threads;
    259259        unsigned int nthreads;
    260260
Note: See TracChangeset for help on using the changeset viewer.