diff options
| author | ruki <[email protected]> | 2025-04-28 22:48:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 11:35:53 +0800 |
| commit | 2088868b56f2c70cd4e9e72803ced3197ceba010 (patch) | |
| tree | c98f345d122d4bdbb5b14c37fa843a18d9b2678c /core/src/xmake/thread/prefix.h | |
| parent | c144ca1a86c559af204f0b51c4cf2b2c5afe0d41 (diff) | |
improve thread callback info
Diffstat (limited to 'core/src/xmake/thread/prefix.h')
| -rw-r--r-- | core/src/xmake/thread/prefix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/thread/prefix.h b/core/src/xmake/thread/prefix.h index 061dca962..1199caa7a 100644 --- a/core/src/xmake/thread/prefix.h +++ b/core/src/xmake/thread/prefix.h @@ -34,6 +34,7 @@ typedef struct __xm_thread_t { tb_thread_ref_t handle; + tb_string_t callback; tb_string_t callinfo; }xm_thread_t; |
