Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 101) sorted by relevance

12345

/lk-master/kernel/
A Dthread.c256 static bool thread_is_idle(thread_t *t) { in thread_is_idle()
274 status_t thread_resume(thread_t *t) { in thread_resume()
353 status_t thread_detach(thread_t *t) { in thread_detach()
721 thread_t *t = (thread_t *)arg; in thread_sleep_handler() local
782 thread_t *t = idle_thread(0); in thread_init_early() local
850 thread_t *t = get_current_thread(); in thread_become_idle() local
882 thread_t *t = idle_thread(cpu); in thread_secondary_cpu_init_early() local
960 void dump_thread(thread_t *t) { in dump_thread()
992 thread_t *t; in dump_all_threads_unlocked() local
1108 thread_t *t; in wait_queue_wake_one() local
[all …]
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/inc/
A Dms_timer.h86 static INLINE void ms_timerInit(ms_timer_t *t, int32_t interval) in ms_timerInit()
98 static INLINE void ms_timerInitOnly(ms_timer_t *t, int32_t interval) in ms_timerInitOnly()
109 static INLINE void ms_timerStop(ms_timer_t *t) in ms_timerStop()
119 static INLINE bool ms_timerStarted(ms_timer_t *t) in ms_timerStarted()
129 static INLINE void ms_timerStart(ms_timer_t *t) in ms_timerStart()
139 static INLINE bool ms_timerExpired(ms_timer_t *t) in ms_timerExpired()
/lk-master/external/platform/pico/rp2_common/hardware_rtc/
A Drtc.c42 static bool valid_datetime(datetime_t *t) { in valid_datetime()
55 bool rtc_set_datetime(datetime_t *t) { in rtc_set_datetime()
88 bool rtc_get_datetime(datetime_t *t) { in rtc_get_datetime()
131 static bool rtc_alarm_repeats(datetime_t *t) { in rtc_alarm_repeats()
144 void rtc_set_alarm(datetime_t *t, rtc_callback_t user_callback) { in rtc_set_alarm()
/lk-master/kernel/include/kernel/
A Dthread.h116 #define thread_curr_cpu(t) ((t)->curr_cpu) argument
117 #define thread_pinned_cpu(t) ((t)->pinned_cpu) argument
118 #define thread_set_curr_cpu(t,c) ((t)->curr_cpu = (c)) argument
119 #define thread_set_pinned_cpu(t, c) ((t)->pinned_cpu = (c)) argument
121 #define thread_curr_cpu(t) (0) argument
122 #define thread_pinned_cpu(t) (-1) argument
123 #define thread_set_curr_cpu(t,c) do {} while(0) argument
124 #define thread_set_pinned_cpu(t, c) do {} while(0) argument
186 static inline void set_current_thread(thread_t *t) { in set_current_thread()
/lk-master/external/platform/pico/common/pico_base/include/pico/
A Dtypes.h33 static inline uint64_t to_us_since_boot(absolute_time_t t) { in to_us_since_boot()
42 static inline void update_us_since_boot(absolute_time_t *t, uint64_t us_since_boot) { in update_us_since_boot()
52 static inline uint64_t to_us_since_boot(absolute_time_t t) { in to_us_since_boot()
56 static inline void update_us_since_boot(absolute_time_t *t, uint64_t us_since_boot) { in update_us_since_boot()
/lk-master/arch/arm64/
A Dfpu.c17 static void arm64_fpu_load_state(struct thread *t) { in arm64_fpu_load_state()
53 void arm64_fpu_save_state(struct thread *t) { in arm64_fpu_save_state()
84 thread_t *t = get_current_thread(); in arm64_fpu_exception() local
/lk-master/lib/minip/
A Dnet_timer.c29 static void add_to_queue(net_timer_t *t) { in add_to_queue()
41 bool net_timer_set(net_timer_t *t, net_timer_callback_t cb, void *callback_args, lk_time_t delay) { in net_timer_set()
66 bool net_timer_cancel(net_timer_t *t) { in net_timer_cancel()
/lk-master/external/platform/pico/common/pico_time/include/pico/
A Dtime.h62 absolute_time_t t; in get_absolute_time() local
82 static inline uint32_t to_ms_since_boot(absolute_time_t t) { in to_ms_since_boot()
94 static inline absolute_time_t delayed_by_us(const absolute_time_t t, uint64_t us) { in delayed_by_us()
112 static inline absolute_time_t delayed_by_ms(const absolute_time_t t, uint32_t ms) { in delayed_by_ms()
174 static inline bool is_nil_time(absolute_time_t t) { in is_nil_time()
/lk-master/platform/stm32f7xx/
A Dusbc.c77 usbc_transfer_t *t = usbc.ep_out[epnum].transfer; in HAL_PCD_DataOutStageCallback() local
106 usbc_transfer_t *t = usbc.ep_in[epnum].transfer; in HAL_PCD_DataInStageCallback() local
139 usbc_transfer_t *t = usbc.ep_in[i].transfer; in HAL_PCD_ResetCallback() local
145 usbc_transfer_t *t = usbc.ep_out[i].transfer; in HAL_PCD_ResetCallback() local
/lk-master/external/platform/pico/rp2_common/hardware_timer/
A Dtimer.c71 absolute_time_t t; in busy_wait_us() local
76 void busy_wait_until(absolute_time_t t) { in busy_wait_until()
160 uint64_t t = to_us_since_boot(target); in hardware_alarm_set_target() local
/lk-master/app/tests/
A Dfibo.c21 thread_t *t[2]; in fibo_thread() local
64 …thread_t *t = thread_create("fibo", &fibo_thread, (void *)(uintptr_t)argv[1].u, DEFAULT_PRIORITY, … in fibo() local
A Dthread_tests.c459 …thread_t *t = thread_create("preempt tester", &preempt_tester, NULL, LOW_PRIORITY, DEFAULT_STACK_S… in preempt_test() local
484 thread_t *t; in join_tester_server() local
530 thread_t *t; in join_test() local
615 thread_t *t = thread_create("spinner", spinner_thread, NULL, argv[1].u, DEFAULT_STACK_SIZE); in spinner() local
/lk-master/arch/mips/
A Dthread.c40 void arch_thread_initialize(thread_t *t) { in arch_thread_initialize()
56 void arch_dump_thread(thread_t *t) { in arch_dump_thread()
/lk-master/arch/or1k/
A Dthread.c41 void arch_thread_initialize(thread_t *t) { in arch_thread_initialize()
61 void arch_dump_thread(thread_t *t) { in arch_dump_thread()
/lk-master/arch/m68k/
A Dthread.c40 void arch_thread_initialize(thread_t *t) { in arch_thread_initialize()
56 void arch_dump_thread(thread_t *t) { in arch_dump_thread()
/lk-master/arch/microblaze/
A Dthread.c40 void arch_thread_initialize(thread_t *t) { in arch_thread_initialize()
65 void arch_dump_thread(thread_t *t) { in arch_dump_thread()
/lk-master/platform/stm32f0xx/
A Dusbc.c108 usbc_transfer_t *t = usbc.ep_out[epnum].transfer; in HAL_PCD_DataOutStageCallback() local
139 usbc_transfer_t *t = usbc.ep_in[epnum].transfer; in HAL_PCD_DataInStageCallback() local
173 usbc_transfer_t *t = usbc.ep_in[i].transfer; in HAL_PCD_ResetCallback() local
179 usbc_transfer_t *t = usbc.ep_out[i].transfer; in HAL_PCD_ResetCallback() local
/lk-master/arch/riscv/
A Dthread.c43 void arch_thread_initialize(thread_t *t) { in arch_thread_initialize()
64 void arch_dump_thread(thread_t *t) { in arch_dump_thread()
/lk-master/arch/x86/
A Dthread.c36 void arch_thread_initialize(thread_t *t) { in arch_thread_initialize()
79 void arch_dump_thread(thread_t *t) { in arch_dump_thread()
/lk-master/external/lib/lwip/core/ipv6/
A Dicmp6.c106 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach()
142 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded()
/lk-master/arch/arm/arm/
A Dfpu.c43 thread_t *t = get_current_thread(); in arm_fpu_undefined_instruction() local
58 void arm_fpu_thread_initialize(struct thread *t) { in arm_fpu_thread_initialize()
/lk-master/top/
A Dmain.c106 …thread_t *t = thread_create("bootstrap2", &bootstrap2, NULL, DEFAULT_PRIORITY, DEFAULT_STACK_SIZE); in lk_main() local
172 thread_t *t = thread_create("secondarybootstrap2", in lk_init_secondary_cpus() local
/lk-master/external/lib/lwip/core/ipv4/
A Dicmp.c261 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach()
275 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded()
/lk-master/platform/nrf52xxx/
A Dtimer.c92 uint64_t t; in current_time() local
103 volatile uint64_t t; in current_time_hires() local
/lk-master/external/lib/lwip/include/lwip/
A Dapi.h79 #define NETCONNTYPE_GROUP(t) (t&0xF0) argument
80 #define NETCONNTYPE_DATAGRAM(t) (t&0xE0) argument
212 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL) argument
213 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c) argument

Completed in 35 milliseconds

12345