FreeRDP
WINPR_THREAD Struct Reference

#include <thread.h>

Collaboration diagram for WINPR_THREAD:

Data Fields

WINPR_HANDLE common
 
WINPR_ALIGN64 BOOL started
 
WINPR_ALIGN64 WINPR_EVENT_IMPL event
 
WINPR_ALIGN64 BOOL mainProcess
 
WINPR_ALIGN64 BOOL detached
 
WINPR_ALIGN64 BOOL joined
 
WINPR_ALIGN64 BOOL exited
 
WINPR_ALIGN64 DWORD dwExitCode
 
WINPR_ALIGN64 pthread_t thread
 
WINPR_ALIGN64 SIZE_T dwStackSize
 
WINPR_ALIGN64 LPVOID lpParameter
 
WINPR_ALIGN64 pthread_mutex_t mutex
 
mux_condition_bundle isRunning
 
mux_condition_bundle isCreated
 
WINPR_ALIGN64 LPTHREAD_START_ROUTINE lpStartAddress
 
WINPR_ALIGN64 LPSECURITY_ATTRIBUTES lpThreadAttributes
 
WINPR_ALIGN64 APC_QUEUE apc
 

Detailed Description

WinPR: Windows Portable Runtime APC implementation

Copyright 2021 David Fort conta.nosp@m.ct@h.nosp@m.arden.nosp@m.ing-.nosp@m.consu.nosp@m.ltin.nosp@m.g.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Field Documentation

◆ apc

WINPR_ALIGN64 APC_QUEUE WINPR_THREAD::apc

◆ common

WINPR_HANDLE WINPR_THREAD::common

◆ detached

WINPR_ALIGN64 BOOL WINPR_THREAD::detached

◆ dwExitCode

WINPR_ALIGN64 DWORD WINPR_THREAD::dwExitCode

◆ dwStackSize

WINPR_ALIGN64 SIZE_T WINPR_THREAD::dwStackSize

◆ event

WINPR_ALIGN64 WINPR_EVENT_IMPL WINPR_THREAD::event

◆ exited

WINPR_ALIGN64 BOOL WINPR_THREAD::exited

◆ isCreated

mux_condition_bundle WINPR_THREAD::isCreated

◆ isRunning

mux_condition_bundle WINPR_THREAD::isRunning

◆ joined

WINPR_ALIGN64 BOOL WINPR_THREAD::joined

◆ lpParameter

WINPR_ALIGN64 LPVOID WINPR_THREAD::lpParameter

◆ lpStartAddress

WINPR_ALIGN64 LPTHREAD_START_ROUTINE WINPR_THREAD::lpStartAddress

◆ lpThreadAttributes

WINPR_ALIGN64 LPSECURITY_ATTRIBUTES WINPR_THREAD::lpThreadAttributes

◆ mainProcess

WINPR_ALIGN64 BOOL WINPR_THREAD::mainProcess

◆ mutex

WINPR_ALIGN64 pthread_mutex_t WINPR_THREAD::mutex

◆ started

WINPR_ALIGN64 BOOL WINPR_THREAD::started

◆ thread

WINPR_ALIGN64 pthread_t WINPR_THREAD::thread

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