Searched refs:cc_try_abort (Results 1 – 5 of 5) sorted by relevance
46 cc_try_abort(const char *msg) in cc_try_abort() function58 cc_try_abort(CC_UNUSED const char *msg) in cc_try_abort() function68 cc_try_abort(msg); in cc_try_abort_if()
243 cc_try_abort(NULL); in generate()
91 #define CC_LOCK_LOCK(lock_ctx) cc_try_abort("CC_LOCK_LOCK not implemented")92 #define CC_LOCK_TRYLOCK(lock_ctx) cc_try_abort("CC_LOCK_TRYLOCK not implemented")93 #define CC_LOCK_UNLOCK(lock_ctx) cc_try_abort("CC_LOCK_UNLOCK not implemented")94 #define CC_LOCK_ASSERT(lock_ctx) cc_try_abort("CC_LOCK_ASSERT not implemented")
278 void cc_try_abort(const char *msg);
377 osfmk/corecrypto/cc_try_abort.c standard