Searched refs:idle (Results 1 – 22 of 22) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/wipy/wlan/ |
A D | machine.py | 16 machine.idle() 32 machine.idle()
|
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_client2.c | 487 int idle( mbedtls_net_context *fd, in idle() function 490 int idle( mbedtls_net_context *fd, in idle() 1598 ret = idle( &server_fd, ret ); in main() 1701 idle( &server_fd, &timer, ret ); in main() 1703 idle( &server_fd, ret ); in main() 1771 idle( &server_fd, ret ); in main() 1800 idle( &server_fd, &timer, ret ); in main() 1802 idle( &server_fd, ret ); in main() 1866 idle( &server_fd, ret ); in main() 1932 idle( &server_fd, ret ); in main() [all …]
|
A D | ssl_server2.c | 1143 int idle( mbedtls_net_context *fd, in idle() function 1146 int idle( mbedtls_net_context *fd, in idle() 2682 ret = idle( &client_fd, &timer, ret ); in main() 2684 ret = idle( &client_fd, ret ); in main() 2803 idle( &client_fd, &timer, ret ); in main() 2805 idle( &client_fd, ret ); in main() 2974 idle( &client_fd, &timer, ret ); in main() 2976 idle( &client_fd, ret ); in main() 3038 idle( &client_fd, ret ); in main() 3057 idle( &client_fd, &timer, ret ); in main() [all …]
|
/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/ |
A D | ble_gap_advertise.py | 56 machine.idle()
|
A D | ble_gap_connect.py | 37 machine.idle()
|
A D | ble_gattc_discover_services.py | 59 machine.idle()
|
A D | ble_gap_device_name.py | 53 machine.idle()
|
A D | ble_gap_pair.py | 65 machine.idle()
|
A D | ble_gap_pair_bond.py | 70 machine.idle()
|
A D | ble_mtu.py | 91 machine.idle()
|
A D | ble_characteristic.py | 81 machine.idle()
|
A D | ble_gatt_data_transfer.py | 80 machine.idle()
|
A D | stress_log_filesystem.py | 113 machine.idle()
|
A D | ble_l2cap.py | 73 machine.idle()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitvideo.m | 180 /* Ignore ScreenSaver API calls if the idle timer hint has been set. */ 181 /* FIXME: The idle timer hint should be deprecated for SDL 2.1. */
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | auth.c | 1323 struct ppp_idle idle; in check_idle() local 1327 if (!get_idle_time(pcb, &idle)) in check_idle() 1331 tlim = idle_time_hook(&idle); in check_idle() 1334 itime = LWIP_MIN(idle.xmit_idle, idle.recv_idle); in check_idle()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/ |
A D | FreeRTOS.h | 71 …IMAL_STACK_SIZE defines the size (in words) of the stack allocated to the idle task. Refer to the…
|
/AliOS-Things-master/components/py_engine/engine/drivers/display/ |
A D | lcd160cr.py | 122 machine.idle()
|
/AliOS-Things-master/hardware/chip/haas1000/ |
A D | _haas1000_alios_sec_b.lds | 26 /* kernel idle conf */
|
A D | _haas1000_alios_sec_b_a7.lds | 26 /* kernel idle conf */
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 495 This will return the object to an idle state, releasing any working memory. 588 jpeg_abort() to return it to an idle state before selecting a new data 2723 to release the array storage and return the decompression object to an idle
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 484 This function is necessary to determine when it is safe to idle on the
|
Completed in 34 milliseconds