Home
last modified time | relevance | path

Searched refs:time_t (Results 1 - 22 of 22) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtime.h100 * #time_t On success, this function shall return the value of time in seconds since the Epoch.
102 * no value is stored.On failure, this function shall return (time_t)-1.
110 time_t time (time_t *);
131 double difftime (time_t, time_t);
148 * #time_t On success, shall return the specified time since the Epoch encoded as a value of type time_t.
149 * On failure, If the time since the Epoch cannot be represented, the function shall return the value (time_t)-1.
162 time_t mktim
[all...]
H A Dutime.h20 time_t actime;
21 time_t modtime;
H A Dutmp.h16 time_t ll_time;
H A Dlimits.h213 #define _POSIX_CLK_TICK time((time_t *)NULL)
H A Dsched.h31 time_t __reserved1;
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H A Dmsg.h3 time_t msg_stime;
4 time_t msg_rtime;
5 time_t msg_ctime;
H A Dshm.h6 time_t shm_atime;
7 time_t shm_dtime;
8 time_t shm_ctime;
H A Dsem.h3 time_t sem_otime;
4 time_t sem_ctime;
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DClients.h66 time_t lastTouch; /**> used for retry and expiry */
101 time_t lastSent;
102 time_t lastReceived;
103 time_t lastPing;
H A DMQTTProtocolClient.h49 void MQTTProtocol_keepalive(time_t);
50 void MQTTProtocol_retry(time_t, int, int);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/bits/
H A Dalltypes.h112 typedef _Int64 time_t; typedef
117 typedef long time_t; typedef
260 struct timeval { time_t tv_sec; suseconds_t tv_usec; };
265 struct timespec { time_t tv_sec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER==4321); long tv_nsec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER!=4321); };
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_clock.h68 HI_S32 HI_GV_Clock_SetUTC(HIGV_HANDLE clockHandle, time_t t);
70 HI_S32 HI_GV_Clock_GetUTC(HIGV_HANDLE clockHandle, time_t *t);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dtimeb.h14 time_t time;
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dplatform_time.h46 * The time_t datatype
51 /* For time_t */
53 typedef time_t mbedtls_time_t;
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/hw/include/
H A Dtime64.h35 #error Your time_t is already 64-bit.
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_time.h98 typedef time_t coap_time_t;
/device/soc/rockchip/common/hardware/rga/include/
H A DRgaMutex.h181 static_cast<time_t>(timeoutNs / 1000000000), // 1000000000:unit conversion in timedLock()
/device/soc/rockchip/rk3399/hardware/rga/include/
H A DMutex.h187 static_cast<time_t>(timeoutNs / 1000000000), // 1000000000:unit conversion in timedLock()
/device/soc/rockchip/rk3568/hardware/rga/include/
H A DRgaMutex.h187 static_cast<time_t>(timeoutNs / 1000000000), // 1000000000:unit conversion in timedLock()
/device/soc/rockchip/rk3588/hardware/rga/include/
H A DRgaMutex.h177 /* .tv_sec = */ static_cast<time_t>(timeoutNs / 1000000000), in timedLock()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dtime.c88 tp->tv_sec = (time_t)(ns / OS_SYS_NS_PER_SECOND); in OsTick2TimeSpec()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
H A Dosd_img.c201 time_t nowTime; in OSD_GetTimeStr()
847 time_t nowTime = 0; in OSD_TimeUpdate()
848 time_t lastTime = 0; in OSD_TimeUpdate()

Completed in 9 milliseconds