- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r12daa43 re84ab3d 115 115 // it is not a particularly safe scheme as it can make processors less homogeneous 116 116 struct { 117 $thread* thrd;117 thread$ * thrd; 118 118 } init; 119 119 … … 215 215 // List of threads 216 216 __spinlock_t thread_list_lock; 217 __dllist_t(struct $thread) threads;217 __dllist_t(struct thread$) threads; 218 218 unsigned int nthreads; 219 219
Note:
See TracChangeset
for help on using the changeset viewer.