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 D | time.h | 100 * #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 D | utime.h | 20 time_t actime; 21 time_t modtime;
|
H A D | utmp.h | 16 time_t ll_time;
|
H A D | limits.h | 213 #define _POSIX_CLK_TICK time((time_t *)NULL)
|
H A D | sched.h | 31 time_t __reserved1;
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/ |
H A D | msg.h | 3 time_t msg_stime; 4 time_t msg_rtime; 5 time_t msg_ctime;
|
H A D | shm.h | 6 time_t shm_atime; 7 time_t shm_dtime; 8 time_t shm_ctime;
|
H A D | sem.h | 3 time_t sem_otime; 4 time_t sem_ctime;
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | Clients.h | 66 time_t lastTouch; /**> used for retry and expiry */ 101 time_t lastSent; 102 time_t lastReceived; 103 time_t lastPing;
|
H A D | MQTTProtocolClient.h | 49 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 D | alltypes.h | 112 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 D | hi_gv_clock.h | 68 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 D | timeb.h | 14 time_t time;
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | platform_time.h | 46 * 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 D | time64.h | 35 #error Your time_t is already 64-bit.
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_time.h | 98 typedef time_t coap_time_t;
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | RgaMutex.h | 181 static_cast<time_t>(timeoutNs / 1000000000), // 1000000000:unit conversion in timedLock()
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | Mutex.h | 187 static_cast<time_t>(timeoutNs / 1000000000), // 1000000000:unit conversion in timedLock()
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | RgaMutex.h | 187 static_cast<time_t>(timeoutNs / 1000000000), // 1000000000:unit conversion in timedLock()
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | RgaMutex.h | 177 /* .tv_sec = */ static_cast<time_t>(timeoutNs / 1000000000), in timedLock()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | time.c | 88 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 D | osd_img.c | 201 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