Home
last modified time | relevance | path

Searched refs:thread_args (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/examples/
H A Dthreads.c56 } thread_args; typedef
59 thread_args *args = (thread_args *)args_abs; in run()
168 thread_args *args = malloc(sizeof(thread_args)); in main()