HomeSort by: relevance | last modified time | path
    Searched defs:gomp_sections_init (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
sections.c 37 gomp_sections_init (struct gomp_work_share *ws, unsigned count) function
80 gomp_sections_init (thr->ts.work_share, count);
111 gomp_sections_init (thr->ts.work_share, count);
222 gomp_sections_init (&team->work_shares[0], count);
236 gomp_sections_init (&team->work_shares[0], count);
  /src/external/gpl3/gcc.old/dist/libgomp/
sections.c 37 gomp_sections_init (struct gomp_work_share *ws, unsigned count) function
80 gomp_sections_init (thr->ts.work_share, count);
111 gomp_sections_init (thr->ts.work_share, count);
222 gomp_sections_init (&team->work_shares[0], count);
236 gomp_sections_init (&team->work_shares[0], count);

Completed in 28 milliseconds