rllib  1
Public Attributes | List of all members
THREAD_PARAM Struct Reference

#include <rlthread.h>

Collaboration diagram for THREAD_PARAM:
Collaboration graph
[legend]

Public Attributes

rlThreadthread
 
void * user
 
int running
 

Detailed Description

This parameter is given to the thread function.

Definition at line 27 of file rlthread.h.

Member Data Documentation

◆ running

int THREAD_PARAM::running

Definition at line 31 of file rlthread.h.

◆ thread

rlThread* THREAD_PARAM::thread

Definition at line 29 of file rlthread.h.

◆ user

void* THREAD_PARAM::user

Definition at line 30 of file rlthread.h.


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