Changeset 639e4fc for libcfa/src/concurrency/kernel
- Timestamp:
- Nov 10, 2022, 2:19:51 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 1553a55, 71806e0
- Parents:
- a757ba1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
ra757ba1 r639e4fc 377 377 register_tls( proc ); 378 378 379 // io_future_t future;380 // eventfd_t idle_buf;381 // proc->idle_wctx.ftr = &future;382 // proc->idle_wctx.rdbuf = &idle_buf;383 384 385 379 // SKULLDUGGERY: We want to create a context for the processor coroutine 386 380 // which is needed for the 2-step context switch. However, there is no reason … … 737 731 { 738 732 tytagref( dlink(thread$), dlink(thread$) ) ?`inner( thread$ & this ) = void; 739 with( DLINK_VIA( thread$, typeof(((struct thread$ *)0p)->cltr_link)) )733 with( DLINK_VIA( thread$, struct __thread_user_link ) ) 740 734 remove( thrd ); 741 735 cltr->nthreads -= 1;
Note:
See TracChangeset
for help on using the changeset viewer.