Mark3 Realtime Kernel
threadlistlist.cpp
Go to the documentation of this file.
1 /*===========================================================================
2  _____ _____ _____ _____
3  ___| _|__ __|_ |__ __|__ |__ __| __ |__ ______
4 | \ / | || \ || | || |/ / ||___ |
5 | \/ | || \ || \ || \ ||___ |
6 |__/\__/|__|_||__|\__\ __||__|\__\ __||__|\__\ __||______|
7  |_____| |_____| |_____| |_____|
8 
9 --[Mark3 Realtime Platform]--------------------------------------------------
10 
11 Copyright (c) 2012 - 2019 m0slevin, all rights reserved.
12 See license.txt for more information
13 =========================================================================== */
21 #include "mark3.h"
22 #include "threadlistlist.h"
23 
24 namespace Mark3 {
25 TypedDoubleLinkList<ThreadList> ThreadListList::m_clThreadListList;
26 } // namespace Mark3
static TypedDoubleLinkList< ThreadList > m_clThreadListList
Class implementing a doubly-linked list of thread lists.
Definition: atomic.cpp:23
Single include file given to users of the Mark3 Kernel API.