Changeset 5251c6b for libcfa/src/concurrency
- Timestamp:
- Dec 20, 2024, 3:11:10 PM (9 months ago)
- Branches:
- master
- Children:
- d9f6d80
- Parents:
- b12b1ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/coroutine.cfa
rb12b1ba r5251c6b 81 81 82 82 // helper for popping from coroutine's ehm buffer 83 inlinenonlocal_exception * pop_ehm_head( coroutine$ * this ) {83 static nonlocal_exception * pop_ehm_head( coroutine$ * this ) { 84 84 lock( this->ehm_state.buffer_lock __cfaabi_dbg_ctx2 ); 85 85 nonlocal_exception * nl_ex = pop_head( this->ehm_state.ehm_buffer );
Note:
See TracChangeset
for help on using the changeset viewer.