Searched refs:async_leaf_method (Results 1 – 1 of 1) sorted by relevance
143 SWIFTASYNCCALL void async_leaf_method(char * ASYNC_CONTEXT ctx) { in async_leaf_method() function147 return async_leaf_method(ctx); in async_nonleaf_method1()150 return this->async_leaf_method(ctx); in async_nonleaf_method2()154 SWIFTASYNCCALL void (S::*async_leaf_method_ptr)(char * ASYNC_CONTEXT) = &S::async_leaf_method;