halide_thread 143 src/runtime/HalideRuntime.h struct halide_thread; halide_thread 148 src/runtime/HalideRuntime.h extern struct halide_thread *halide_spawn_thread(void (*f)(void *), void *closure); halide_thread 151 src/runtime/HalideRuntime.h extern void halide_join_thread(struct halide_thread *); halide_thread 33 src/runtime/fake_thread_pool.cpp WEAK halide_thread *halide_spawn_thread(void (*f)(void *), void *closure) { halide_thread 47 src/runtime/gcd_thread_pool.cpp WEAK halide_thread *halide_spawn_thread(void (*f)(void *), void *closure) { halide_thread 53 src/runtime/gcd_thread_pool.cpp return (halide_thread *)thread; halide_thread 56 src/runtime/gcd_thread_pool.cpp WEAK void halide_join_thread(halide_thread *thread_arg) { halide_thread 19 src/runtime/hexagon_remote/thread_pool.cpp halide_thread handle; halide_thread 29 src/runtime/hexagon_remote/thread_pool.cpp struct halide_thread *halide_spawn_thread(void (*f)(void *), void *closure) { halide_thread 41 src/runtime/hexagon_remote/thread_pool.cpp return (halide_thread *)t; halide_thread 44 src/runtime/hexagon_remote/thread_pool.cpp void halide_join_thread(struct halide_thread *thread_arg) { halide_thread 49 src/runtime/posix_threads.cpp WEAK struct halide_thread *halide_spawn_thread(void (*f)(void *), void *closure) { halide_thread 55 src/runtime/posix_threads.cpp return (halide_thread *)t; halide_thread 58 src/runtime/posix_threads.cpp WEAK void halide_join_thread(struct halide_thread *thread_arg) { halide_thread 43 src/runtime/thread_pool_common.h halide_thread *threads[MAX_THREADS]; halide_thread 60 src/runtime/windows_threads.cpp WEAK halide_thread *halide_spawn_thread(void(*f)(void *), void *closure) { halide_thread 65 src/runtime/windows_threads.cpp return (halide_thread *)t; halide_thread 68 src/runtime/windows_threads.cpp WEAK void halide_join_thread(halide_thread *thread_arg) { halide_thread 29 test/generator/variable_num_threads_aottest.cpp halide_thread *t = halide_spawn_thread(&mess_with_num_threads, NULL);