Home
last modified time | relevance | path

Searched refs:ll_pThreads (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadbase.d1325 __gshared ll_ThreadData* ll_pThreads; variable
1352 if (tid is ll_pThreads[i].tid) in ll_removeThread()
1355 … memmove(ll_pThreads + i, ll_pThreads + i + 1, ll_ThreadData.sizeof * (ll_nThreads - i - 1)); in ll_removeThread()
1378 if (tid is ll_pThreads[i].tid) in findLowLevelThread()
H A Dosthread.d2598 if (ll_pThreads[i].cbDllUnload) in ll_countLowLevelThreadsWithDLLUnloadCallback()
2634 if (ll_pThreads[i].cbDllUnload) in monitorDLLRefCnt()
2636 cbDllUnload = ll_pThreads[i].cbDllUnload; in monitorDLLRefCnt()
2637 tid = ll_pThreads[0].tid; in monitorDLLRefCnt()
2735 ll_pThreads = cast(ll_ThreadData*)realloc(ll_pThreads, ll_ThreadData.sizeof * ll_nThreads); in delegate()
2739 ll_pThreads[ll_nThreads - 1].tid = tid; in delegate()
2740 ll_pThreads[ll_nThreads - 1].cbDllUnload = cbDllUnload; in delegate()
2774 ll_pThreads[ll_nThreads - 1].tid = tid; in delegate()