Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/thread.c

    ra1a17a74 rde94a60  
    4242        node.next = NULL;
    4343        node.prev = NULL;
    44         doregister(curr_cluster, this);
     44        doregister(this);
    4545
    4646        monitors{ &self_mon_p, 1, (fptr_t)0 };
     
    4848
    4949void ^?{}(thread_desc& this) with( this ) {
    50         unregister(curr_cluster, this);
     50        unregister(this);
    5151        ^self_cor{};
    5252}
Note: See TracChangeset for help on using the changeset viewer.