Home
last modified time | relevance | path

Searched defs:fake_async_context (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/tests/
H A Dbacktracing_tests.c58 struct fake_async_context { struct
59 struct fake_async_context* __ptrauth_swift_async_context_parent next; argument
73 static alignas(16) struct fake_async_context level1 = { 0, level1_func }; argument
H A Dstackshot_tests.m913 static alignas(16) struct fake_async_context level1 = { 0, level1_func }; struct
914 static alignas(16) struct fake_async_context level2 = { &level1, level2_func }; struct