distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
ThreadState.hpp File Reference

ThreadState enum class header. More...

#include "distortos/distortosConfiguration.h"
#include <cstdint>
Include dependency graph for ThreadState.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 distortos
 Top-level namespace of distortos project.
 

Enumerations

enum  distortos::ThreadState : uint8_t {
  distortos::ThreadState::created, distortos::ThreadState::runnable, distortos::ThreadState::terminated, distortos::ThreadState::sleeping,
  distortos::ThreadState::blockedOnSemaphore, distortos::ThreadState::suspended, distortos::ThreadState::blockedOnMutex, distortos::ThreadState::blockedOnConditionVariable,
  distortos::ThreadState::waitingForSignal, distortos::ThreadState::detached
}
 state of the thread More...
 

Detailed Description

ThreadState enum class header.

Author
Copyright (C) 2015-2019 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.