Lines Matching defs:tid
299 Tid tid; variable
314 Tid tid; variable
350 Tid tid; variable
402 Tid tid; variable
531 auto tid = spawn(&f, "Hello World"); variable
768 auto tid = spawn(process); variable
774 auto tid = spawn(process); variable
780 auto tid = spawn(process); variable
894 auto tid = spawn( variable
904 auto tid = spawn( variable
916 auto tid = spawn( variable
942 auto tid = spawn(&t1, thisTid); variable
1027 bool onCrowdingBlock(Tid tid) @safe pure nothrow @nogc in onCrowdingBlock()
1032 bool onCrowdingThrow(Tid tid) @safe pure in onCrowdingThrow()
1037 bool onCrowdingIgnore(Tid tid) @safe pure nothrow @nogc in onCrowdingIgnore()
1057 void setMaxMailboxSize(Tid tid, size_t messages, OnCrowding doThis) @safe pure in setMaxMailboxSize()
1084 void setMaxMailboxSize(Tid tid, size_t messages, bool function(Tid) onCrowdingDoThis) in setMaxMailboxSize()
1165 if (auto tid = name in tidByName) in unregister() local
1190 if (auto tid = name in tidByName) in locate() local
1872 auto tid = spawn({ variable
1922 auto tid = spawn( variable
2172 auto tid = msg.get!(Tid); in get() local
2350 auto tid = msg.get!(Tid); in close() local
2607 static void testfn(Tid tid) in testfn()
2622 static void runTest(Tid tid) in runTest()
2633 auto tid = spawn(&testfn, thisTid); in simpleTest() local
2800 auto tid = spawn({ variable