Home
last modified time | relevance | path

Searched refs:time (Results 1 – 18 of 18) sorted by relevance

/lib/liblwip/src/core/
Dtimers.c279 timeout->time = msecs; in sys_timeout_debug()
291 if (next_timeout->time > msecs) { in sys_timeout_debug()
292 next_timeout->time -= msecs; in sys_timeout_debug()
297 timeout->time -= t->time; in sys_timeout_debug()
298 if (t->next == NULL || t->next->time > timeout->time) { in sys_timeout_debug()
300 t->next->time -= timeout->time; in sys_timeout_debug()
340 t->next->time += t->time; in sys_untimeout()
378 if (tmptimeout && (tmptimeout->time <= diff)) { in sys_check_timeouts()
382 diff -= tmptimeout->time; in sys_check_timeouts()
434 if (next_timeout->time > 0) { in sys_timeouts_mbox_fetch()
[all …]
/bin/date/
Ddate.c8 time_t t = time(NULL); in main()
/lib/libc/
Dsyscall.c125 OSThreadSleep(uint64_t time) in OSThreadSleep() argument
127 return syscall(SYSCALL_THREADSLEEP, time); in OSThreadSleep()
DSConscript24 "time.c",
Dtime.c20 time(time_t *t) in time() function
/sys/include/
Dktime.h23 void KTime_FromEpoch(UnixEpoch time, KTime *tm);
/include/
Dtime.h19 time_t time(time_t *t);
Dsyscall.h36 int OSThreadSleep(uint64_t time);
/lib/liblwip/src/include/lwip/
Dtimers.h69 u32_t time; member
/sbin/newfs_o2fs/
Dnewfs_o2fs.c213 entries[entry].ctime = (uint64_t)time(NULL); in AddDirectory()
214 entries[entry].mtime = (uint64_t)time(NULL); in AddDirectory()
/lib/liblwip/doc/
Dsys_arch.txt28 posted at a time. lwIP works with both kinds, but the former type will
70 only be blocked for the specified time (measured in
76 semaphore wasn't signaled within the specified time, the return value is
204 This optional function returns the current time in milliseconds (don't care
205 for wraparound, this is only used for time diffs).
Dsnmp_agent.txt44 MIBs can only be added in compile-time, not in run-time.
Drawapi.txt68 time but is also less memory intensive. The drawback is that program
/sys/kern/
Dsyscall.c456 Syscall_ThreadSleep(uint64_t time) in Syscall_ThreadSleep() argument
461 if (time != 0) { in Syscall_ThreadSleep()
463 cur->timerEvt = KTimer_Create(time, ThreadWakeupHelper, cur); in Syscall_ThreadSleep()
/sys/
DSConscript28 "amd64/time.c",
/lib/liblwip/
DCHANGELOG39 * init.c: Converted runtime-sanity-checks into compile-time checks that can
136 * tcp.c: fixed bug #35435: No pcb state check before adding it to time-wait
291 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by
293 it would time out.
341 * def.h: task #10391: Add preprocessor-macros for compile-time htonl
364 into a pbuf and at the same time calculating the checksum for that data
835 * sockets.c: Fixed bug #28853 (lwip_recvfrom() returns 0 on receive time-out
1027 reusing time-wait pcb
1276 * tcpip.h, tcpip.c: fixed tcpip_untimeout (does not need the time, broken after
1593 pcbs so that it is found faster next time. Same for RAW pcbs that have eaten
[all …]
DUPGRADING32 * LWIP_SO_RCVTIMEO: when accept() or recv() time out, they
/docs/
DDoxyfile1389 # page will contain the date and time when the page was generated. Setting this
2058 # page will contain the date and time when the page was generated. Setting this
2572 # Note that enabling this option will significantly increase the time of a run.
2584 # Note that enabling this option will significantly increase the time of a run.
2702 # or 2 may greatly reduce the computation time needed for large code bases. Also