Home
last modified time | relevance | path

Searched refs:findLowLevelThread (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddll.d471 if ( !thread_findByAddr( id ) && !findLowLevelThread( id ) ) in dll_process_attach()
539 if ( !thread_findByAddr( tid ) && !findLowLevelThread( tid ) )
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadbase.d1372 bool findLowLevelThread(ThreadID tid) nothrow @nogc in findLowLevelThread() function
H A Dosthread.d2643 assert(!findLowLevelThread(tid)); in monitorDLLRefCnt()