Searched refs:threadbase (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/
H A Dctor-10.C18 static B *threadbase; member in struct:B
19 #pragma omp threadprivate(threadbase)
23 B *B::threadbase; member in class:B
41 if (threadbase)
43 unsigned index = this - threadbase;
58 B::threadbase = b;
61 B::threadbase = 0;
H A Dctor-9.C16 static B *threadbase; variable
18 #pragma omp threadprivate(threadbase)
25 unsigned tindex = this - threadbase;
37 threadbase = b;
H A Dctor-8.C20 static B *threadbase; variable
24 #pragma omp threadprivate(threadbase)
40 if (threadbase)
42 unsigned index = this - threadbase;
57 threadbase = b;
60 threadbase = 0;

Completed in 90 milliseconds