cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Public Attributes | List of all members
THREAD_INFO Struct Reference

#include <kernel.h>

Public Attributes

THREAD_FUNCTION threadFunction
 
THREAD_PARAMS threadParams
 
SEMAPHORE_TYPE semaphore
 
MUTEX_HANDLE syncHandle
 

Detailed Description

Definition at line 254 of file kernel.h.

Member Data Documentation

SEMAPHORE_TYPE THREAD_INFO::semaphore

Definition at line 257 of file kernel.h.

MUTEX_HANDLE THREAD_INFO::syncHandle

Definition at line 258 of file kernel.h.

THREAD_FUNCTION THREAD_INFO::threadFunction

Definition at line 255 of file kernel.h.

THREAD_PARAMS THREAD_INFO::threadParams

Definition at line 256 of file kernel.h.


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