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

  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 419 struct gomp_work_share *last_work_share; member in struct:gomp_team_state
1491 if (__builtin_expect (thr->ts.last_work_share != NULL, 1))
1492 gomp_ptrlock_set (&thr->ts.last_work_share->next_ws, thr->ts.work_share);
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 421 struct gomp_work_share *last_work_share; member in struct:gomp_team_state
1316 if (__builtin_expect (thr->ts.last_work_share != NULL, 1))
1317 gomp_ptrlock_set (&thr->ts.last_work_share->next_ws, thr->ts.work_share);

Completed in 62 milliseconds