/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/ |
D | style.css | 12 table, th, td { selector 17 th, td { selector 21 th { selector
|
/Zephyr-latest/lib/os/ |
D | p4wq.c | 19 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/ |
D | main.c | 42 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/ |
D | main.c | 142 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/ |
D | main.c | 65 pthread_t th; in main() local
|
/Zephyr-latest/tests/arch/riscv/userspace/riscv_gp/src/ |
D | main.c | 62 k_tid_t th; in ZTEST_USER() local
|
/Zephyr-latest/tests/posix/common/src/ |
D | mutex.c | 49 pthread_t th; in test_mutex_common() local 195 pthread_t th; in ZTEST() local
|
D | pthread.c | 384 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
|
D | pthread_attr.c | 39 pthread_t th; in create_thread_common_entry() local
|
/Zephyr-latest/tests/posix/signals/src/ |
D | main.c | 302 pthread_t th; in ZTEST() local 316 pthread_t th; in ZTEST() local
|
/Zephyr-latest/tests/posix/eventfd/src/ |
D | stress.c | 26 static struct k_thread th[2]; variable
|
/Zephyr-latest/tests/lib/c_lib/thrd/src/ |
D | mtx.c | 23 static thrd_t th; variable
|
/Zephyr-latest/arch/riscv/core/ |
D | fpu.c | 32 static void DBG(char *msg, struct k_thread *th) in DBG()
|
/Zephyr-latest/tests/benchmarks/sched/src/ |
D | main.c | 125 k_tid_t th = k_thread_create(&partner_thread, partner_stack, in main() local
|
/Zephyr-latest/arch/arm64/core/ |
D | fpu.c | 31 static void DBG(char *msg, struct k_thread *th) in DBG()
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | apds9960.c | 228 uint16_t th; in apds9960_ambient_setup() local
|
/Zephyr-latest/tests/posix/xsi_threads_ext/src/ |
D | main.c | 41 pthread_t th; in create_thread_common_entry() local
|
/Zephyr-latest/tests/kernel/sched/preempt/src/ |
D | main.c | 105 k_tid_t th = &worker_threads[i]; in wakeup_src_thread() local
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 153 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/ |
D | adxl367.c | 37 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/ |
D | iis2dlpc.c | 141 static int iis2dlpc_set_slope_th(const struct device *dev, uint16_t th) in iis2dlpc_set_slope_th()
|
/Zephyr-latest/lib/posix/options/ |
D | mqueue.c | 469 pthread_t th; in send_message() local
|
D | pthread.c | 584 int pthread_create(pthread_t *th, const pthread_attr_t *_attr, void *(*threadroutine)(void *), in pthread_create()
|