- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
rab5baab r43784ac 15 15 16 16 #define __cforall_thread__ 17 #define _GNU_SOURCE 17 18 18 19 // C Includes … … 336 337 register_tls( proc ); 337 338 339 #if defined(CFA_HAVE_LINUX_LIBRSEQ) 340 rseq_register_current_thread(); 341 #endif 342 338 343 // SKULLDUGGERY: We want to create a context for the processor coroutine 339 344 // which is needed for the 2-step context switch. However, there is no reason
Note: See TracChangeset
for help on using the changeset viewer.