Home
last modified time | relevance | path

Searched defs:th (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/
Dstyle.css12 table, th, td { selector
17 th, td { selector
21 th { selector
/Zephyr-latest/lib/os/
Dp4wq.c19 static void set_prio(struct k_thread *th, struct k_p4wq_work *item) in set_prio()
42 static void thread_set_requeued(struct k_thread *th) in thread_set_requeued()
47 static void thread_clear_requeued(struct k_thread *th) in thread_clear_requeued()
52 static bool thread_was_requeued(struct k_thread *th) in thread_was_requeued()
275 struct k_thread *th = z_unpend_first_thread(&queue->waitq); in k_p4wq_submit() local
/Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/src/
Dmain.c42 struct k_thread *th; in ZTEST_USER() local
78 static struct k_thread th[CONFIG_DYNAMIC_THREAD_POOL_SIZE]; in ZTEST() local
130 static struct k_thread th[MAX_HEAP_STACKS]; in ZTEST() local
217 static struct k_thread th[2]; in ZTEST() local
/Zephyr-latest/tests/net/tcp/src/
Dmain.c142 static void verify_flags(struct tcphdr *th, uint8_t flags, in verify_flags()
247 struct tcphdr *th; in tester_prepare_tcp_pkt() local
404 static int read_tcp_header(struct net_pkt *pkt, struct tcphdr *th) in read_tcp_header()
431 struct tcphdr th; in tester_send() local
531 static void handle_client_test(sa_family_t af, struct tcphdr *th) in handle_client_test()
709 static void handle_server_test(sa_family_t af, struct tcphdr *th) in handle_server_test()
1070 static void handle_syn_rst_ack(sa_family_t af, struct tcphdr *th) in handle_syn_rst_ack()
1132 static void handle_client_fin_wait_2_test(sa_family_t af, struct tcphdr *th) in handle_client_fin_wait_2_test()
1257 static void handle_client_fin_wait_2_failure_test(sa_family_t af, struct tcphdr *th) in handle_client_fin_wait_2_failure_test()
1398 static uint32_t get_rel_seq(struct tcphdr *th) in get_rel_seq()
[all …]
/Zephyr-latest/samples/posix/env/src/
Dmain.c65 pthread_t th; in main() local
/Zephyr-latest/tests/arch/riscv/userspace/riscv_gp/src/
Dmain.c62 k_tid_t th; in ZTEST_USER() local
/Zephyr-latest/tests/posix/common/src/
Dmutex.c49 pthread_t th; in test_mutex_common() local
195 pthread_t th; in ZTEST() local
Dpthread.c384 pthread_t th = {0}; in ZTEST() local
404 pthread_t th = {0}; in ZTEST() local
544 pthread_t th; in ZTEST() local
582 pthread_t th; in ZTEST() local
610 pthread_t th; in ZTEST() local
Dpthread_attr.c39 pthread_t th; in create_thread_common_entry() local
/Zephyr-latest/tests/posix/signals/src/
Dmain.c302 pthread_t th; in ZTEST() local
316 pthread_t th; in ZTEST() local
/Zephyr-latest/tests/posix/eventfd/src/
Dstress.c26 static struct k_thread th[2]; variable
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dmtx.c23 static thrd_t th; variable
/Zephyr-latest/arch/riscv/core/
Dfpu.c32 static void DBG(char *msg, struct k_thread *th) in DBG()
/Zephyr-latest/tests/benchmarks/sched/src/
Dmain.c125 k_tid_t th = k_thread_create(&partner_thread, partner_stack, in main() local
/Zephyr-latest/arch/arm64/core/
Dfpu.c31 static void DBG(char *msg, struct k_thread *th) in DBG()
/Zephyr-latest/drivers/sensor/apds9960/
Dapds9960.c228 uint16_t th; in apds9960_ambient_setup() local
/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c41 pthread_t th; in create_thread_common_entry() local
/Zephyr-latest/tests/kernel/sched/preempt/src/
Dmain.c105 k_tid_t th = &worker_threads[i]; in wakeup_src_thread() local
/Zephyr-latest/subsys/net/ip/
Dtcp.c153 struct tcphdr *th = NULL; in th_get() local
190 struct tcphdr *th; in tcp_endpoint_set() local
214 struct tcphdr *th; in tcp_endpoint_set() local
326 struct tcphdr *th = th_get(pkt); in tcp_data_len() local
339 struct tcphdr *th = th_get(pkt); in tcp_th() local
1244 struct tcphdr *th = th_get(pkt); in tcp_check_pending_data() local
1344 struct tcphdr *th; in tcp_header_add() local
2246 struct tcphdr *th; in tcp_recv() local
2803 struct tcphdr *th = pkt ? th_get(pkt) : NULL; in tcp_in() local
4135 struct tcphdr *th = th_get(pkt); in tcp_input() local
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367.c37 const struct adxl367_activity_threshold *th) in adxl367_setup_activity_detection()
75 const struct adxl367_activity_threshold *th) in adxl367_setup_inactivity_detection()
/Zephyr-latest/drivers/sensor/st/iis2dlpc/
Diis2dlpc.c141 static int iis2dlpc_set_slope_th(const struct device *dev, uint16_t th) in iis2dlpc_set_slope_th()
/Zephyr-latest/lib/posix/options/
Dmqueue.c469 pthread_t th; in send_message() local
Dpthread.c584 int pthread_create(pthread_t *th, const pthread_attr_t *_attr, void *(*threadroutine)(void *), in pthread_create()