Home
last modified time | relevance | path

Searched defs:nursery (Results 1 – 25 of 145) sorted by relevance

123456

/dports/net/py-siosocks/siosocks-0.2.0/tests/
H A Dtest_trio.py16 async def endpoint(nursery): argument
31 async def socks(nursery): argument
38 async def test_connection_direct_success(nursery): argument
48 async def test_connection_socks_success(nursery): argument
60 async def test_connection_partly_passed_error(nursery): argument
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DNursery-inl.h43 Nursery& nursery = cx->asJSContext()->runtime()->gc.nursery; in AllocateObjectBuffer() local
58 Nursery& nursery = cx->asJSContext()->runtime()->gc.nursery; in AllocateObjectBuffer() local
75 Nursery& nursery = cx->asJSContext()->runtime()->gc.nursery; in ReallocateObjectBuffer() local
H A DStoreBuffer.cpp134 Nursery& nursery = rt->gc.nursery; in AllocateWholeCellSet() local
H A DNursery.h92 const Nursery& nursery() const { return nursery_; } in nursery() function
106 Nursery& nursery() { return nursery_; } in nursery() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DNursery-inl.h43 Nursery& nursery = cx->asJSContext()->runtime()->gc.nursery; in AllocateObjectBuffer() local
58 Nursery& nursery = cx->asJSContext()->runtime()->gc.nursery; in AllocateObjectBuffer() local
75 Nursery& nursery = cx->asJSContext()->runtime()->gc.nursery; in ReallocateObjectBuffer() local
H A DNursery.h67 const Nursery& nursery() const { return nursery_; } in nursery() function
81 Nursery& nursery() { return nursery_; } in nursery() function
/dports/devel/py-pytest-trio/pytest-trio-0.7.0/pytest_trio/_tests/
H A Dtest_fixture_names.py7 def fixture_with_unique_name(nursery): argument
H A Dtest_fixture_nursery.py12 async def server(nursery): argument
/dports/devel/py-curio/curio-1.5/examples/bench/
H A Dtrioecho.py40 async def echo_listener(nursery): argument
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DTenuring.h54 Nursery& nursery() { return nursery_; } in nursery() function
H A DStoreBuffer.cpp70 StoreBuffer::StoreBuffer(JSRuntime* rt, const Nursery& nursery) in StoreBuffer()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DAllocKind.h169 nursery) \ in MapAllocToTraceKind() argument
191 #define DEFINE_NURSERY_ALLOCABLE(_1, _2, _3, _4, _5, nursery) nursery, in IsNurseryAllocable() argument
H A DStoreBuffer.cpp103 Nursery& nursery = zone->group()->nursery(); in AllocateWholeCellSet() local
H A DGC.h48 bgFinal, nursery) \ argument
/dports/devel/py-pyee/pyee-8.2.2/pyee/
H A D_trio.py43 def __init__(self, nursery=None, manager=None): argument
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DAllocKind.h189 nursery, compact) \ in MapAllocToTraceKind() argument
204 #define DEFINE_NURSERY_ALLOCABLE(_1, _2, _3, _4, _5, nursery, _6) nursery, in IsNurseryAllocable() argument
H A DGC.h48 bgFinal, nursery, compact) \ argument
H A DStoreBuffer.cpp70 StoreBuffer::StoreBuffer(JSRuntime* rt, const Nursery& nursery) in StoreBuffer()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DAllocKind.h175 nursery, compact) \ in MapAllocToTraceKind() argument
190 #define DEFINE_NURSERY_ALLOCABLE(_1, _2, _3, _4, _5, nursery, _6) nursery, in IsNurseryAllocable() argument
H A DGC.h47 bgFinal, nursery, compact) \ argument
H A DStoreBuffer.cpp57 StoreBuffer::StoreBuffer(JSRuntime* rt, const Nursery& nursery) in StoreBuffer()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DAllocKind.h189 nursery, compact) \ in MapAllocToTraceKind() argument
204 #define DEFINE_NURSERY_ALLOCABLE(_1, _2, _3, _4, _5, nursery, _6) nursery, in IsNurseryAllocable() argument
H A DGC.h48 bgFinal, nursery, compact) \ argument
/dports/net/py-trio/trio-0.19.0/trio/tests/
H A Dtest_highlevel_socket.py115 async def waiter(nursery): argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x64/
H A DMacroAssembler-x64.cpp266 const Nursery& nursery = GetJitContext()->runtime->gcNursery(); in branchPtrInNurseryRange() local
279 const Nursery& nursery = GetJitContext()->runtime->gcNursery(); in branchValueIsNurseryObject() local

123456