Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
Data Structures | Macros | Functions
thread.h File Reference
#include <stddef.h>
#include <sys/sched.h>
#include <common/list.h>
Include dependency graph for thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  thread_attr
 
struct  thread_once
 

Macros

#define CURRENT_THREAD_INFO(var)   struct thread_info *var = current_thread_info()
 

Functions

struct thread_infocurrent_thread_info (void)
 
struct thread_infoacquire_thread (int tid)