Changes in src/libcfa/concurrency/kernel [de94a60:a1a17a74]
- File:
-
- 1 edited
-
src/libcfa/concurrency/kernel (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel
rde94a60 ra1a17a74 145 145 __dllist_t(struct processor) idles; 146 146 147 // List of processors 148 __spinlock_t thread_list_lock; 149 __dllist_t(struct thread_desc) threads; 150 147 151 // Link lists fields 148 152 struct {
Note:
See TracChangeset
for help on using the changeset viewer.