runtime: declare __thread_create and __thread_join in header for C99 compliance

This commit is contained in:
Will Anderson
2026-05-03 18:00:47 -05:00
parent 7bfe30b767
commit 245eb2898e
+3
View File
@@ -756,6 +756,9 @@ el_val_t trace_span_start(el_val_t name);
el_val_t trace_span_end(el_val_t span_handle);
el_val_t emit_event(el_val_t name, el_val_t duration_ms);
el_val_t __thread_create(el_val_t fn_name_v, el_val_t arg_v);
el_val_t __thread_join(el_val_t tid_v);
#ifdef __cplusplus
}
#endif