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

  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 2442 struct gomp_thread old_thr, *thr = gomp_thread (); local
2449 old_thr = *thr;
2453 thr->place = old_thr.place;
2477 *thr = old_thr;
  /src/external/gpl3/gcc/dist/libgomp/
target.c 2804 struct gomp_thread old_thr, *thr = gomp_thread (); local
2811 old_thr = *thr;
2815 thr->place = old_thr.place;
2839 *thr = old_thr;

Completed in 21 milliseconds