ardour
Public Member Functions | Public Attributes | List of all members
ThreadStartWithName Struct Reference

Public Member Functions

 ThreadStartWithName (void *(*f)(void *), void *a, const std::string &s)
 

Public Attributes

void *(* thread_work )(void *)
 
void * arg
 
std::string name
 

Detailed Description

Definition at line 67 of file pthread_utils.cc.

Constructor & Destructor Documentation

ThreadStartWithName::ThreadStartWithName ( void *(*)(void *)  f,
void *  a,
const std::string &  s 
)
inline

Definition at line 72 of file pthread_utils.cc.

Member Data Documentation

void* ThreadStartWithName::arg

Definition at line 69 of file pthread_utils.cc.

std::string ThreadStartWithName::name

Definition at line 70 of file pthread_utils.cc.

void*(* ThreadStartWithName::thread_work)(void *)

Definition at line 68 of file pthread_utils.cc.


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