Ignore:
Timestamp:
Feb 25, 2026, 12:56:30 AM (35 hours ago)
Author:
Matthew Au-Yeung <mw2auyeu@…>
Branches:
stuck-waitfor-destruct
Children:
88bb0b4
Parents:
a0548c2
Message:

Revert "Add a generated hash to fix stuck waitfor comparing static inline mutex destructors"

This reverts commit a30fceb1a73c4ef2bbee39a2b5406da881f51111.

File:
1 edited

Legend:

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

    ra0548c2 r44940ee  
    8383struct thread_dtor_guard_t {
    8484        monitor_dtor_guard_t mg;
    85         func_id_t func_id;
    8685};
    8786
    8887forall( T & | is_thread(T) | IS_EXCEPTION(ThreadCancelled(T))
    8988        | { EHM_DEFAULT_VTABLE(ThreadCancelled(T)); })
    90 void ?{}( thread_dtor_guard_t & this, T & thrd, func_id_t func_id, void(*)(ThreadCancelled(T) &) );
     89void ?{}( thread_dtor_guard_t & this, T & thrd, void(*)(ThreadCancelled(T) &) );
    9190void ^?{}( thread_dtor_guard_t & this );
    9291
Note: See TracChangeset for help on using the changeset viewer.