Searched refs:old_thr (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c1895 struct gomp_thread old_thr, *thr = gomp_thread (); local
1896 old_thr = *thr;
1900 thr->place = old_thr.place;
1905 *thr = old_thr;
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c2442 struct gomp_thread old_thr, *thr = gomp_thread (); local
2449 old_thr = *thr;
2453 thr->place = old_thr.place;
2477 *thr = old_thr;

Completed in 130 milliseconds