Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dworkitems.c249 PHSAWorkItem *wi_threads = NULL; in phsa_execute_wi_gang() local
302 wi_threads = malloc (sizeof (PHSAWorkItem) * max_x * max_y * max_z); in phsa_execute_wi_gang()
307 PHSAWorkItem *wi = &wi_threads[flat_wi_id]; in phsa_execute_wi_gang()
340 fiber_join (&wi_threads[flat_wi_id].fiber); in phsa_execute_wi_gang()
347 free (wi_threads); in phsa_execute_wi_gang()