ABI | Symbols | Types |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | _GThread |
|---|---|
| Type | STRUCT |
| Fields | 4 |
| Source | gthread.h |
| Size | 24 |
| Usage | The type is used by 2 types. |
| Status | UNCHANGED |
|
|
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | func | GThreadFunc | 8 | 0 |
| 1 | data | gpointer | 8 | 8 |
| 2 | joinable | gboolean | 4 | 16 |
| 3 | priority | enum GThreadPriority | 4 | 20 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .func | GThreadFunc |
| 8 | .data | gpointer |
| 16 | .joinable | gboolean |
| 20 | .priority | enum GThreadPriority |