Home
last modified time | relevance | path

Searched defs:CHECK_STATUS (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_init.h27 #define CHECK_STATUS(orig_func) \ macro
/external/python/cpython2/Python/
Dthread_pth.h31 #define CHECK_STATUS(name) if (status == -1) { printf("%d ", status); perror(name); error = 1; } macro
Dthread_pthread.h120 #define CHECK_STATUS(name) if (status != 0) { perror(name); error = 1; } macro
/external/python/cpython3/Python/
Dthread_pthread.h135 #define CHECK_STATUS(name) if (status != 0) { perror(name); error = 1; } macro