Home
last modified time | relevance | path

Searched defs:tid (Results 76 – 100 of 137) sorted by relevance

123456

/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_slice_scheduling.c92 k_tid_t tid[NUM_THREAD]; in ZTEST() local
/Zephyr-latest/tests/kernel/mutex/mutex_error_case/src/
Dtest_mutex_error.c107 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in create_negative_test_thread() local
/Zephyr-latest/tests/kernel/threads/thread_error_case/src/
Dmain.c119 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in create_negative_test_thread() local
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c88 uint16_t tid; member
221 uint8_t op, uint16_t tid) in bt_sdp_send()
251 uint16_t tid) in send_err_rsp()
587 uint16_t tid) in sdp_svc_search_req()
1079 uint16_t tid) in sdp_svc_att_req()
1194 uint16_t tid) in sdp_svc_search_att_req()
2128 uint16_t len, tid; in sdp_client_receive() local
Davrcp_internal.h41 uint8_t tid; member
Davrcp.c348 uint8_t tid, i; in avrcp_recv() local
567 uint8_t tid = BT_AVCTP_HDR_GET_TRANSACTION_LABLE(avctp_hdr); in avrcp_send() local
/Zephyr-latest/tests/subsys/debug/coredump_backends/src/
Dmain.c62 k_tid_t tid; in raise_coredump() local
/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_porting_layer_zephyr.c66 k_tid_t tid; in tm_thread_create() local
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/
Dtest_fifo_contexts.c91 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in tfifo_thread_thread() local
/Zephyr-latest/tests/kernel/threads/thread_init/src/
Dmain.c74 k_tid_t tid = k_current_get(); in thread_entry() local
/Zephyr-latest/tests/kernel/lifo/lifo_usage/src/
Dmain.c225 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
247 k_tid_t tid = k_thread_create(&tdata1, tstack1, STACK_SIZE, in ZTEST() local
/Zephyr-latest/tests/kernel/queue/src/
Dtest_queue_contexts.c114 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in tqueue_thread_thread() local
220 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in tqueue_get_2threads() local
/Zephyr-latest/tests/drivers/i2c/i2c_ram/src/
Dtest_i2c_ram.c232 void ram_rtio_isr(struct k_timer *tid) in ram_rtio_isr()
/Zephyr-latest/tests/kernel/interrupt/src/
Dinterrupt_offload.c195 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in run_test_offload() local
/Zephyr-latest/tests/kernel/poll/src/
Dtest_poll.c565 k_tid_t tid = k_thread_create(&test_thread, test_stack, in test_poll_cancel() local
757 k_tid_t tid = k_thread_create(&test_thread, test_stack, in ZTEST() local
/Zephyr-latest/subsys/debug/
Dthread_analyzer.c261 k_tid_t tid = NULL; in thread_analyzer_init() local
/Zephyr-latest/include/zephyr/sip_svc/
Dsip_svc_controller.h83 k_tid_t tid; member
/Zephyr-latest/tests/kernel/mbox/mbox_usage/src/
Dmain.c96 static k_tid_t tid; in ZTEST() local
/Zephyr-latest/tests/lib/lockfree/src/
Dtest_mpsc.c77 k_tid_t tid; member
Dtest_spsc.c195 k_tid_t tid; member
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c206 uint8_t *tid) in dhcpv6_add_header()
1545 uint8_t *tid) in dhcpv6_handle_advertise()
1662 uint8_t *tid) in dhcpv6_handle_reply()
1900 uint8_t tid[DHCPV6_TID_SIZE]; in dhcpv6_input() local
/Zephyr-latest/tests/net/lib/dns_packet/src/
Dmain.c53 static int eval_query(const char *dname, uint16_t tid, enum dns_rr_type type, in eval_query()
198 uint16_t tid; member
/Zephyr-latest/drivers/adc/
Dadc_ad559x.c242 k_tid_t tid; in adc_ad559x_init() local
/Zephyr-latest/tests/ztest/error_hook/src/
Dmain.c256 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in run_trigger_thread() local
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1469x.c433 k_tid_t tid; in bt_da1469x_open() local

123456