diff options
| author | ruki <[email protected]> | 2025-04-17 00:50:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 11:35:53 +0800 |
| commit | cd6a9a33613a0a8449c026dd4e4bd77934e29e90 (patch) | |
| tree | 60a07d9baf3195f12518b6829b3cf94928c7702a /core/src | |
| parent | 3c48e6a4e5f5832e4a549578480a3e247a04e632 (diff) | |
add thread type
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/thread/prefix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/xmake/thread/prefix.h b/core/src/xmake/thread/prefix.h index 0db5bc67f..6ce15073b 100644 --- a/core/src/xmake/thread/prefix.h +++ b/core/src/xmake/thread/prefix.h @@ -34,6 +34,8 @@ typedef struct __xm_thread_t { tb_thread_ref_t handle; + tb_string_t callback; + tb_string_t argv; }xm_thread_t; |
