FreeRDP
|
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 |
WinPR: Windows Portable Runtime APC implementation
Copyright 2021 David Fort conta ct@h arden ing- consu ltin 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.
Definition at line 45 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 APC_QUEUE WINPR_THREAD::apc |
Definition at line 64 of file libwinpr/thread/thread.h.
WINPR_HANDLE WINPR_THREAD::common |
Definition at line 47 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 BOOL WINPR_THREAD::detached |
Definition at line 52 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 DWORD WINPR_THREAD::dwExitCode |
Definition at line 55 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 size_t WINPR_THREAD::dwStackSize |
Definition at line 57 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 WINPR_EVENT_IMPL WINPR_THREAD::event |
Definition at line 50 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 BOOL WINPR_THREAD::exited |
Definition at line 54 of file libwinpr/thread/thread.h.
mux_condition_bundle WINPR_THREAD::isCreated |
Definition at line 61 of file libwinpr/thread/thread.h.
mux_condition_bundle WINPR_THREAD::isRunning |
Definition at line 60 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 BOOL WINPR_THREAD::joined |
Definition at line 53 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 LPVOID WINPR_THREAD::lpParameter |
Definition at line 58 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 LPTHREAD_START_ROUTINE WINPR_THREAD::lpStartAddress |
Definition at line 62 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 LPSECURITY_ATTRIBUTES WINPR_THREAD::lpThreadAttributes |
Definition at line 63 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 BOOL WINPR_THREAD::mainProcess |
Definition at line 51 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 pthread_mutex_t WINPR_THREAD::mutex |
Definition at line 59 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 BOOL WINPR_THREAD::started |
Definition at line 49 of file libwinpr/thread/thread.h.
WINPR_ALIGN64 pthread_t WINPR_THREAD::thread |
Definition at line 56 of file libwinpr/thread/thread.h.