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

  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 1455 struct gomp_thread *this_thr = gomp_thread (); local
1456 if (thr == this_thr)
1462 thr can be computed from thr, this_thr and pthread_self (),
1463 as the distance between this_thr and pthread_self () is constant. */
1464 return pthread_self () + ((uintptr_t) thr - (uintptr_t) this_thr);
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 1630 struct gomp_thread *this_thr = gomp_thread (); local
1631 if (thr == this_thr)
1637 thr can be computed from thr, this_thr and pthread_self (),
1638 as the distance between this_thr and pthread_self () is constant. */
1639 return pthread_self () + ((uintptr_t) thr - (uintptr_t) this_thr);

Completed in 30 milliseconds