OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getThis
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
threadbase.d
314
static ThreadBase
getThis
() @safe nothrow @nogc
794
return ThreadBase.
getThis
() is ThreadBase.sm_main;
810
if (auto t = ThreadT.
getThis
())
830
if (auto t = ThreadBase.
getThis
())
890
* The primary use of this function is when ThreadBase.
getThis
() must
993
resume(ThreadBase.
getThis
());
1053
thisThread = ThreadBase.
getThis
();
1161
assert(ThreadBase.
getThis
());
1166
ThreadBase.
getThis
().m_isInCriticalRegion = true;
1180
assert(ThreadBase.
getThis
());
[
all
...]
fiber.d
209
Fiber obj = Fiber.
getThis
();
212
assert( Thread.
getThis
().m_curr is obj.m_ctxt );
213
atomicStore!(MemoryOrder.raw)(*cast(shared)&Thread.
getThis
().m_lock, false);
424
Fiber cfib = Fiber.
getThis
();
745
Fiber cur =
getThis
();
853
Fiber cur =
getThis
();
883
Fiber cur =
getThis
();
910
static Fiber
getThis
() @safe nothrow @nogc
1399
*cast(size_t*)(pstack + wsize) = cast(size_t) Thread.
getThis
().m_addr;
1604
Thread tobj = Thread.
getThis
();
[
all
...]
osthread.d
370
static Thread
getThis
() @safe nothrow @nogc
372
return ThreadBase.
getThis
().toThread;
909
auto thr = Thread.
getThis
();
1346
// perform garbage collection. The suspendHandler uses
getThis
()
1347
// to get the thread handle so
getThis
() must be a simple call.
1352
// suspendHandler will need a way to call a version of
getThis
()
1977
// and therefore that calling Thread.
getThis
will not result in an
1984
suspend( Thread.
getThis
() );
2125
auto thisThread = Thread.
getThis
();
2221
// been set and Thread.
getThis
returns a valid reference t
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpFrame.h
97
const Pointer &
getThis
() const { return This; }
Interp.h
377
const Pointer &This = S.Current->
getThis
();
392
const Pointer &This = S.Current->
getThis
();
427
const Pointer &This = S.Current->
getThis
();
440
const Pointer &This = S.Current->
getThis
();
454
const Pointer &This = S.Current->
getThis
();
532
const Pointer &This = S.Current->
getThis
();
555
const Pointer &This = S.Current->
getThis
();
576
const Pointer &This = S.Current->
getThis
();
605
const Pointer &This = S.Current->
getThis
();
608
return VirtBaseHelper(S, OpPC, D, S.Current->
getThis
());
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
concurrency.d
1446
if (Fiber.
getThis
())
1459
auto f = cast(InfoFiber) Fiber.
getThis
();
1666
auto fiber = Fiber.
getThis
();
1900
Generator!T cur = cast(Generator!T) Fiber.
getThis
();
parallelism.d
4738
nJobsByThread[ cast(void*) Thread.
getThis
()] = 0;
4742
atomicOp!"+="( nJobsByThread[ cast(void*) Thread.
getThis
() ], 1);
4746
cast(void*) Thread.
getThis
());
random.d
1726
updateResult(cast(ulong) cast(void*) Thread.
getThis
());
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dinterpret.d
289
extern (C++) Expression
getThis
()
458
thisarg = ctfeGlobals.stack.
getThis
();
549
(*elements)[1] = ctfeGlobals.stack.
getThis
();
1779
result = ctfeGlobals.stack.
getThis
();
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
gc.d
3005
if (Thread.
getThis
() is null)
Completed in 38 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026