pthread_t Struct Reference

#include <w32pthreads.h>

Data Fields

voidhandle
void *(* func )(void *arg)
voidarg
voidret

Detailed Description

Definition at line 42 of file w32pthreads.h.

Field Documentation

void* pthread_t::arg

Definition at line 45 of file w32pthreads.h.

Referenced by pthread_create(), and win32thread_worker().

void*(* pthread_t::func)(void *arg)

Definition at line 44 of file w32pthreads.h.

Referenced by pthread_create(), and win32thread_worker().

void* pthread_t::handle

Definition at line 43 of file w32pthreads.h.

Referenced by pthread_create(), and pthread_join().

void* pthread_t::ret

Definition at line 46 of file w32pthreads.h.

Referenced by pthread_join(), and win32thread_worker().


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