Searched defs:fake_async_context (Results 1 – 2 of 2) sorted by relevance
58 struct fake_async_context { struct59 struct fake_async_context* __ptrauth_swift_async_context_parent next; argument73 static alignas(16) struct fake_async_context level1 = { 0, level1_func }; argument
913 static alignas(16) struct fake_async_context level1 = { 0, level1_func }; struct914 static alignas(16) struct fake_async_context level2 = { &level1, level2_func }; struct