| /components/libc/cplusplus/cpp11/gcc/ |
| A D | future | 86 R &get() { 158 R get() { return state_->get(); } 213 void get() { state_->get(); }
|
| A D | thread.cpp | 36 auto raw_ptr = b.get(); in start_thread()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/apps/ |
| A D | mqtt_priv.h | 65 u16_t get; member
|
| /components/libc/cplusplus/os/ |
| A D | cxx_queue.h | 56 bool get(T& data, int32_t millisec = WAIT_FOREVER)
|
| A D | cxx_mail.h | 61 T* get(int32_t millisec = -1)
|
| /components/net/lwip/lwip-2.1.2/src/apps/mqtt/ |
| A D | mqtt.c | 197 return &rb->buf[rb->get]; in mqtt_ringbuf_get_ptr() 205 rb->get += len; in mqtt_ringbuf_advance_get_idx() 206 if (rb->get >= MQTT_OUTPUT_RINGBUF_SIZE) { in mqtt_ringbuf_advance_get_idx() 207 rb->get = rb->get - MQTT_OUTPUT_RINGBUF_SIZE; in mqtt_ringbuf_advance_get_idx() 215 u32_t len = rb->put - rb->get; in mqtt_ringbuf_len() 226 …ngbuf_linear_read_length(rb) LWIP_MIN(mqtt_ringbuf_len(rb), (MQTT_OUTPUT_RINGBUF_SIZE - (rb)->get)) 247 send_len, ringbuf_lin_len, rb->get, rb->put)); in mqtt_output_send()
|
| /components/drivers/cputime/ |
| A D | Kconfig | 15 /* and get the ms of delta tick with API: */
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/apps/ |
| A D | mqtt.h | 172 u16_t get; member
|
| /components/net/lwip/lwip-2.0.3/src/apps/mqtt/ |
| A D | mqtt.c | 185 #define mqtt_ringbuf_len(rb) ((u16_t)((rb)->put - (rb)->get)) 191 …ngth(rb) LWIP_MIN(mqtt_ringbuf_len(rb), (MQTT_OUTPUT_RINGBUF_SIZE - ((rb)->get & MQTT_RINGBUF_IDX_… 194 #define mqtt_ringbuf_get_ptr(rb) (&(rb)->buf[(rb)->get & MQTT_RINGBUF_IDX_MASK]) 196 #define mqtt_ringbuf_advance_get_idx(rb, len) ((rb)->get += (len)) 218 …send_len, ringbuf_lin_len, ((rb)->get & MQTT_RINGBUF_IDX_MASK), ((rb)->put & MQTT_RINGBUF_IDX_MASK… in mqtt_output_send()
|
| /components/legacy/fdt/inc/ |
| A D | dtb_fwnode.h | 52 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode); member
|
| /components/lwp/vdso/user/arch/risc-v/ |
| A D | SConstruct | 31 # get the gcc path
|
| /components/drivers/misc/ |
| A D | rt_drv_pwm.c | 449 CMD_OPTIONS_NODE(PWM_LIST_GET, get, get pwm channel info)
|
| /components/drivers/rtc/ |
| A D | dev_rtc.c | 372 MSH_CMD_EXPORT(date, get date and time or set (local timezone) [year month day hour min sec])
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | init.h.cmake.in | 72 /* Some helper defines to get a version string */
|
| /components/legacy/fdt/docs/ |
| A D | api.md | 93 # fdt get API
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 79 * added hook LWIP_HOOK_MEMP_AVAILABLE() to get informed when a memp pool was empty and an item 119 shutdown before): Now the application does *NOT* get any calls to the recv
|
| A D | CHANGELOG | 104 * tcp.h/.c: added function tcp_listen_with_backlog_and_err() to get the error 226 derived node classes to get more type-safe code 328 * opt.h, memp.c: added hook LWIP_HOOK_MEMP_AVAILABLE() to get informed when 679 (previously used by get/setsockopt only) 1320 * tcpip.h/.c, timers.c: Added an overridable define to get informed when the 1421 * netif.h: Added function-like macros to get/set the hostname on a netif 1732 close() vs. shutdown(). Now the application does not get any more 1830 returned by getnext (though not by get) 2118 * init.h: Added LWIP_VERSION to get the current version of the stack 3300 could get udp input packets if the remote side matched. [all …]
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_fs.c | 656 FINSH_FUNCTION_EXPORT(df, get disk free);
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 114 * added hook LWIP_HOOK_MEMP_AVAILABLE() to get informed when a memp pool was empty and an item 154 shutdown before): Now the application does *NOT* get any calls to the recv
|
| A D | SConscript | 3 # get current directory
|
| A D | CHANGELOG | 81 * ipv6: add support for stateless DHCPv6 (to get DNS servers in SLAAC nets) 357 * tcp.h/.c: added function tcp_listen_with_backlog_and_err() to get the error 479 derived node classes to get more type-safe code 581 * opt.h, memp.c: added hook LWIP_HOOK_MEMP_AVAILABLE() to get informed when 932 (previously used by get/setsockopt only) 1674 * netif.h: Added function-like macros to get/set the hostname on a netif 1985 close() vs. shutdown(). Now the application does not get any more 2083 returned by getnext (though not by get) 2371 * init.h: Added LWIP_VERSION to get the current version of the stack 3553 could get udp input packets if the remote side matched. [all …]
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 20 shutdown before): Now the application does *NOT* get any calls to the recv
|
| A D | CHANGELOG | 34 to get a clear separation of which functions an application or port may use 364 * tcpip.h/.c, timers.c: Added an overridable define to get informed when the 465 * netif.h: Added function-like macros to get/set the hostname on a netif 776 close() vs. shutdown(). Now the application does not get any more 874 returned by getnext (though not by get) 1162 * init.h: Added LWIP_VERSION to get the current version of the stack 1624 in your lwipopts.h file (LWIP_DNS=0 in opt.h). DNS_DEBUG can be set to get 1655 TCP_EVENT_xxx macros to get a code more readable. It could also help to remove 2344 could get udp input packets if the remote side matched. 2347 * netif.c: Fixed bug #20180 (TCP pcbs listening on IP_ADDR_ANY could get [all …]
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | snmp_agent.txt | 72 actually get the SNMP agent running.
|
| /components/drivers/spi/ |
| A D | dev_spi_wifi_rw009.c | 850 FINSH_FUNCTION_EXPORT(rw009_rssi, get RW009 current AP rssi.);
|