Thread Synch AOSV 2020  1.2
LKM for exchanging messages between threads
Data Fields
T_THREAD_SYNCH Struct Reference

User-level handler of the thread-synch main device. More...

#include <thread_synch.h>

Data Fields

int main_file_descriptor
 
char * main_device_path
 
size_t path_len
 
short initialized
 

Detailed Description

User-level handler of the thread-synch main device.

Field Documentation

◆ initialized

short T_THREAD_SYNCH::initialized

Flag that specifies if the structure is initialized

◆ main_device_path

char* T_THREAD_SYNCH::main_device_path

Path to the main syncher file inside /dev directory

◆ main_file_descriptor

int T_THREAD_SYNCH::main_file_descriptor

File descriptor of the /dev/main_synch device

◆ path_len

size_t T_THREAD_SYNCH::path_len

Length of the main syncher path


The documentation for this struct was generated from the following file: