Home
last modified time | relevance | path

Searched refs: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
74 static alignas(16) struct fake_async_context level2 = { &level1, level2_func };
307 struct fake_async_context * __stack_context_auth ctx = &level2; in backtrace_thread_async()
493 struct fake_async_context * __stack_context_auth ctx = &level2; in spin_backtrace_async()
H A Dstackshot_tests.m898 struct fake_async_context {
899 struct fake_async_context* __ptrauth_swift_async_context_parent next;
913 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
947 struct fake_async_context * __stack_context_auth ctx = &level2;
949 /* struct fake_async_context * */uint64_t ctx = (uintptr_t)&level2;