Home
last modified time | relevance | path

Searched refs:send_for_time (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/src/
Dmain.c71 static int send_for_time(struct ipc_ept *ep, const int64_t sending_time_ms) in send_for_time() function
164 ret = send_for_time(&ep, SENDING_TIME_MS); in main()
213 ret = send_for_time(&ep, SENDING_TIME_MS); in main()
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/remote/src/
Dmain.c67 static int send_for_time(struct ipc_ept *ep, const int64_t sending_time_ms) in send_for_time() function
155 ret = send_for_time(&ep, SENDING_TIME_MS); in main()