Searched defs:th (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-2.7.6/lib/os/ |
D | p4wq.c | 17 static void set_prio(struct k_thread *th, struct k_p4wq_work *item) in set_prio() 40 static void thread_set_requeued(struct k_thread *th) in thread_set_requeued() 45 static void thread_clear_requeued(struct k_thread *th) in thread_clear_requeued() 50 static bool thread_was_requeued(struct k_thread *th) in thread_was_requeued() 277 struct k_thread *th = z_unpend_first_thread(&queue->waitq); in k_p4wq_submit() local
|
/Zephyr-Core-2.7.6/tests/net/tcp2/src/ |
D | main.c | 129 static void verify_flags(struct tcphdr *th, uint8_t flags, in verify_flags() 225 struct tcphdr *th; in tester_prepare_tcp_pkt() local 366 static int read_tcp_header(struct net_pkt *pkt, struct tcphdr *th) in read_tcp_header() 393 struct tcphdr th; in tester_send() local 459 static void handle_client_test(sa_family_t af, struct tcphdr *th) in handle_client_test() 637 static void handle_server_test(sa_family_t af, struct tcphdr *th) in handle_server_test() 965 static void handle_client_fin_wait_2_test(sa_family_t af, struct tcphdr *th) in handle_client_fin_wait_2_test() 1090 static void handle_client_closing_test(sa_family_t af, struct tcphdr *th) in handle_client_closing_test() 1343 struct tcphdr th; in handle_server_recv_out_of_order() local
|
/Zephyr-Core-2.7.6/tests/benchmarks/sched/src/ |
D | main.c | 96 k_tid_t th = k_thread_create(&partner_thread, partner_stack, in main() local
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | tcp2.c | 116 struct tcphdr *th = NULL; in th_get() local 153 struct tcphdr *th; in tcp_endpoint_set() local 177 struct tcphdr *th; in tcp_endpoint_set() local 244 struct tcphdr *th = th_get(pkt); in tcp_data_len() local 257 struct tcphdr *th = th_get(pkt); in tcp_th() local 685 struct tcphdr *th = th_get(pkt); in tcp_check_pending_data() local 764 struct tcphdr *th; in tcp_header_add() local 1339 struct tcphdr *th; in tcp_recv() local 1703 struct tcphdr *th = pkt ? th_get(pkt) : NULL; in tcp_in() local 2512 struct tcphdr *th = th_get(pkt); in tcp_input() local
|
/Zephyr-Core-2.7.6/arch/arm64/core/ |
D | fpu.c | 29 static void DBG(char *msg, struct k_thread *th) in DBG()
|
/Zephyr-Core-2.7.6/drivers/sensor/apds9960/ |
D | apds9960.c | 229 uint16_t th; in apds9960_ambient_setup() local
|
/Zephyr-Core-2.7.6/tests/kernel/sched/preempt/src/ |
D | main.c | 105 k_tid_t th = &worker_threads[i]; in wakeup_src_thread() local
|
/Zephyr-Core-2.7.6/tests/posix/common/src/ |
D | pthread.c | 594 pthread_t th; in test_sched_policy() local
|
/Zephyr-Core-2.7.6/kernel/ |
D | sched.c | 193 static inline bool should_queue_thread(struct k_thread *th) in should_queue_thread() 1185 struct k_thread *th = (struct k_thread *)thread; in z_impl_k_thread_priority_set() local
|