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