Changes in libcfa/src/concurrency/invoke.h [73abe95:afc2427]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r73abe95 rafc2427 59 59 volatile bool in_progress; 60 60 } preemption_state; 61 } kernelTLS ;61 } kernelTLS __attribute__ ((tls_model ( "initial-exec" ))); 62 62 } 63 63
Note:
See TracChangeset
for help on using the changeset viewer.