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