@Structure.FieldOrder(value={"eCondVar","eMutex","iVar"})
public static class LibPThread.EVENT_HANDLE
extends Object
| Modifier and Type | Field and Description |
|---|---|
LibPThread.pthread_cond_t |
eCondVar |
LibPThread.pthread_mutex_t |
eMutex |
int |
iVar |
| Constructor and Description |
|---|
EVENT_HANDLE() |
public LibPThread.pthread_cond_t eCondVar
public LibPThread.pthread_mutex_t eMutex
public int iVar
Copyright © 2021. All rights reserved.