Searched refs:time (Results 1 – 18 of 18) sorted by relevance
| /lib/liblwip/src/core/ |
| D | timers.c | 279 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/ |
| D | date.c | 8 time_t t = time(NULL); in main()
|
| /lib/libc/ |
| D | syscall.c | 125 OSThreadSleep(uint64_t time) in OSThreadSleep() argument 127 return syscall(SYSCALL_THREADSLEEP, time); in OSThreadSleep()
|
| D | SConscript | 24 "time.c",
|
| D | time.c | 20 time(time_t *t) in time() function
|
| /sys/include/ |
| D | ktime.h | 23 void KTime_FromEpoch(UnixEpoch time, KTime *tm);
|
| /include/ |
| D | time.h | 19 time_t time(time_t *t);
|
| D | syscall.h | 36 int OSThreadSleep(uint64_t time);
|
| /lib/liblwip/src/include/lwip/ |
| D | timers.h | 69 u32_t time; member
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 213 entries[entry].ctime = (uint64_t)time(NULL); in AddDirectory() 214 entries[entry].mtime = (uint64_t)time(NULL); in AddDirectory()
|
| /lib/liblwip/doc/ |
| D | sys_arch.txt | 28 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).
|
| D | snmp_agent.txt | 44 MIBs can only be added in compile-time, not in run-time.
|
| D | rawapi.txt | 68 time but is also less memory intensive. The drawback is that program
|
| /sys/kern/ |
| D | syscall.c | 456 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/ |
| D | SConscript | 28 "amd64/time.c",
|
| /lib/liblwip/ |
| D | CHANGELOG | 39 * 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 …]
|
| D | UPGRADING | 32 * LWIP_SO_RCVTIMEO: when accept() or recv() time out, they
|
| /docs/ |
| D | Doxyfile | 1389 # 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
|