Ignore:
Timestamp:
Aug 22, 2017, 1:48:07 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
3eab0ef6
Parents:
90c4df0
Message:

Remove the pre_accept stuff in external scheduling which was a doomed attempt and handling destructors

File:
1 edited

Legend:

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

    r90c4df0 r80c72a7  
    182182                __enter_monitor_desc( monitors[i], monitors, count, func );
    183183        }
    184 
    185         int acc_idx = monitors[0]->accepted_index;
    186         if( acc_idx >= 0 && monitors[0]->acceptables[ acc_idx ].run_preaccept ) {
    187                 assert( monitors[0]->pre_accept );
    188                 monitors[0]->pre_accept();
    189         }
    190184}
    191185
Note: See TracChangeset for help on using the changeset viewer.