My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
ctrl_create_thread_msg Struct Reference

Payload for messages of type CTRL_CREATE_THREAD. More...

#include <ctrl_runtime_messages.h>

Public Attributes

int thread_id
 The ID to give to the created thread. More...
 
enum blocking_mode mode
 The mode of the thread. More...
 

Detailed Description

Payload for messages of type CTRL_CREATE_THREAD.

Creates a new thread with the given ID and pinned/unpinned mode on the target runtime.

Definition at line 84 of file ctrl_runtime_messages.h.

Member Data Documentation

enum blocking_mode ctrl_create_thread_msg::mode

The mode of the thread.

BLOCKING_MSU corresponds to PINNED_THREAD for now

Definition at line 86 of file ctrl_runtime_messages.h.

int ctrl_create_thread_msg::thread_id

The ID to give to the created thread.

Definition at line 85 of file ctrl_runtime_messages.h.


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