- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r8b74fa7 rcd5b58f 256 256 // List of threads 257 257 __spinlock_t thread_list_lock; 258 __dllist_t(struct thread$) threads;258 dlist(struct thread$, thread$.cltr_link) threads; 259 259 unsigned int nthreads; 260 260
Note:
See TracChangeset
for help on using the changeset viewer.