at-inline.h:#ifndef _AT_INLINE_H_
at-inline.h:#define _AT_INLINE_H_
at-inline.h:#ifdef AT_INLINE_CREATE_CODE
at-inline.h:  #define AT_INLINE
at-inline.h:    #ifndef AT_INLINE
at-inline.h:        #define AT_INLINE static inline
at-inline.h:        #define AT_INLINE static
at-inline.h:    #define AT_INLINE
at-inline.h:#endif /* _AT_INLINE_H_ */
pool.h:  #ifndef AT_INLINE
pool.h:        #define AT_INLINE  static 
pool.h:        #define AT_INLINE static
pool.h:  #define AT_INLINE 
pool.h:AT_INLINE void at_pool_apply(at_pool_t *p, void (*func)(void *d)) {
pool.h:AT_INLINE void *at_pool_get(at_pool_t *pool){
pool.h:AT_INLINE void at_pool_put(at_pool_t *p, void *elt){
pool.h:AT_INLINE void at_pool_init(at_pool_t *p, at_pool_elt_t *e, int s){
pool.h:AT_INLINE void *at_pool_get_no_alloc(at_pool_t *pool){
pool.h:AT_INLINE void *at_pool_split(at_pool_t *p, int *res_size){
pool.h:AT_INLINE int at_pool_size(at_pool_t *p){
pool.h:AT_INLINE int at_pool_is_empty(at_pool_t *p){
spinlock.h:AT_INLINE int at_spinlock_try(at_spinlock_t* x) {
