Searched refs:die_on (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/tools/usb/ |
| D | ffs-test.c | 114 #define die_on(cond, ...) do { \ macro 395 die_on(!t->buf, "malloc"); in init_thread() 398 die_on(t->fd < 0, "%s", t->filename); in init_thread() 481 die_on(pthread_create(&t->id, NULL, start_thread_helper, t) < 0, in start_thread() 662 die_on(ret < 0, "%s: write: descriptors", t->filename); in ep0_init() 666 die_on(ret < 0, "%s: write: strings", t->filename); in ep0_init()
|