Searched refs:_pool (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | conn_internal.h | 268 #define bt_conn_create_pdu_timeout(_pool, _reserve, _timeout) \ argument 269 bt_conn_create_pdu_timeout_debug(_pool, _reserve, _timeout, \ 272 #define bt_conn_create_pdu(_pool, _reserve) \ argument 273 bt_conn_create_pdu_timeout_debug(_pool, _reserve, K_FOREVER, \ 279 #define bt_conn_create_pdu(_pool, _reserve) \ argument 280 bt_conn_create_pdu_timeout(_pool, _reserve, K_FOREVER)
|
A D | l2cap_internal.h | 307 #define bt_l2cap_create_pdu(_pool, _reserve) \ argument 308 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 840 #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _destroy) \ argument 843 .free = _K_LIFO_INITIALIZER(_pool.free), \ 849 .name = STRINGIFY(_pool), \ 852 #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _destroy) \ argument 855 .free = _K_LIFO_INITIALIZER(_pool.free), \ 1073 #define net_buf_alloc_fixed(_pool, _timeout) \ argument 1074 net_buf_alloc_fixed_debug(_pool, _timeout, __func__, __LINE__) 1106 #define net_buf_alloc_len(_pool, _size, _timeout) \ argument 1107 net_buf_alloc_len_debug(_pool, _size, _timeout, __func__, __LINE__) 1137 #define net_buf_alloc_with_data(_pool, _data_, _size, _timeout) \ argument [all …]
|
/AliOS-Things-master/components/oss/src/external/tinyxml2/ |
A D | tinyxml2.h | 210 _mem( _pool ), in DynArray() 217 if ( _mem != _pool ) { in ~DynArray() 311 if ( _mem != _pool ) { in EnsureCapacity() 320 T _pool[INITIAL_SIZE]; variable
|
Completed in 18 milliseconds