|
Dynamic Load Balance 3.6.1+32-59d1
|

Go to the source code of this file.
Macros | |
| #define | likely(expr) __builtin_expect(!!(expr), 1) |
| #define | unlikely(expr) __builtin_expect(!!(expr), 0) |
| #define | DLB_FALLTHROUGH ((void)0) |
| #define | DLB_EXPORT_SYMBOL __attribute__((visibility ("default"))) |
| #define | DLB_ALIAS(ret_type, name, decl_args, call_args, target) ret_type name decl_args { return target call_args; } |
| #define likely | ( | expr | ) | __builtin_expect(!!(expr), 1) |
| #define unlikely | ( | expr | ) | __builtin_expect(!!(expr), 0) |
| #define DLB_FALLTHROUGH ((void)0) |
| #define DLB_EXPORT_SYMBOL __attribute__((visibility ("default"))) |
| #define DLB_ALIAS | ( | ret_type, | |
| name, | |||
| decl_args, | |||
| call_args, | |||
| target | |||
| ) | ret_type name decl_args { return target call_args; } |