Home
last modified time | relevance | path

Searched refs:assert_exit (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c51 #define assert_exit(x) do { if (unlikely(!(x))) { fprintf(stderr, "Assert not met in %s:%d: %s\n", … macro
80 assert_exit(result != NULL); in xmalloc()
308 assert_exit(renode != NULL && api_command >= 0 && api_command < 0xFF); in renode_send_command()