Home
last modified time | relevance | path

Searched refs:POINTER_TO_INT (Results 1 – 25 of 45) sorted by relevance

12

/Zephyr-latest/samples/net/sockets/can/src/
Dmain.c48 int fd = POINTER_TO_INT(can_fd); in tx()
107 int close_period = POINTER_TO_INT(do_close_period); in rx()
108 int fd = POINTER_TO_INT(can_fd); in rx()
151 if (POINTER_TO_INT(do_close_period) > 0) { in rx()
165 close_period = POINTER_TO_INT(do_close_period); in rx()
/Zephyr-latest/tests/benchmarks/sys_kernel/src/
Dsema.c38 int num_loops = POINTER_TO_INT(par2); in sema_thread1()
63 int num_loops = POINTER_TO_INT(par2); in sema_thread2()
87 int num_loops = POINTER_TO_INT(par2); in sema_thread3()
Dstack.c40 int num_loops = POINTER_TO_INT(par2) / 2; in stack_thread1()
78 int num_loops = POINTER_TO_INT(par2); in stack_thread2()
108 int num_loops = POINTER_TO_INT(par2); in stack_thread3()
Dlifo.c43 int num_loops = POINTER_TO_INT(par2); in lifo_thread1()
81 int num_loops = POINTER_TO_INT(par2); in lifo_thread2()
111 int num_loops = POINTER_TO_INT(par2); in lifo_thread3()
Dmwfifo.c44 int num_loops = POINTER_TO_INT(par2); in fifo_thread1()
76 int num_loops = POINTER_TO_INT(par2); in fifo_thread2()
109 int num_loops = POINTER_TO_INT(par2); in fifo_thread3()
/Zephyr-latest/tests/kernel/common/src/
Derrno.c48 int n = POINTER_TO_INT(_n); in errno_thread()
49 int my_errno = POINTER_TO_INT(_my_errno); in errno_thread()
Dirq_offload.c28 uint32_t x = POINTER_TO_INT(param); in offload_function()
/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c79 *res = POINTER_TO_INT(ret); in thrd_join()
/Zephyr-latest/tests/kernel/interrupt/src/
Dtest_shared_irq.h22 int idx = POINTER_TO_INT(data); \
Dregular_isr.c26 int choice = POINTER_TO_INT(param); in isr_comm()
/Zephyr-latest/tests/lib/multi_heap/src/
Dtest_mheap_concept.c56 int thread_id = POINTER_TO_INT(p1); in tmheap_handler()
/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_priority_scheduling.c36 int idx = POINTER_TO_INT(p1); in thread_tslice()
Dtest_sched_timeslice_and_lock.c25 int sleep_ms = POINTER_TO_INT(p2); in thread_entry()
31 int tnum = POINTER_TO_INT(p1); in thread_entry()
Dtest_slice_scheduling.c41 int idx = POINTER_TO_INT(p1); in thread_tslice()
/Zephyr-latest/tests/posix/common/src/
Dmutex.c204 zassert_equal(ETIMEDOUT, POINTER_TO_INT(ret)); in ZTEST()
214 zassert_ok(POINTER_TO_INT(ret)); in ZTEST()
Dpthread.c60 int i, j, id = (int) POINTER_TO_INT(p1); in thread_top_exec()
148 int sleep_duration_ms = POINTER_TO_INT(p1); in timedjoin_thread()
192 int id = POINTER_TO_INT(p1); in thread_top_term()
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c165 int parent_cpu_id = POINTER_TO_INT(p1); in child_fn()
205 int thread_num = POINTER_TO_INT(p1); in thread_entry_fn()
497 int thread_num = POINTER_TO_INT(p1); in thread_wakeup_entry()
1023 int type = POINTER_TO_INT(p1); in run_concurrency()
1191 int affinity = POINTER_TO_INT(arg0); in check_affinity()
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_threads_spawn.c21 zassert_equal(POINTER_TO_INT(p2), tp2); in thread_entry_params()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c148 int my_id = POINTER_TO_INT(id); in philosopher()
/Zephyr-latest/tests/net/context/src/
Dmain.c266 sa_family_t family = POINTER_TO_INT(user_data); in connect_cb()
335 sa_family_t family = POINTER_TO_INT(user_data); in accept_cb()
414 sa_family_t family = POINTER_TO_INT(user_data); in send_cb()
795 int family = POINTER_TO_INT(p2); in timeout_thread()
796 int32_t timeout = POINTER_TO_INT(p3); in timeout_thread()
/Zephyr-latest/tests/kernel/context/src/
Dmain.c844 usecs = POINTER_TO_INT(mseconds) * 1000; in busy_wait_thread()
876 int timeout = POINTER_TO_INT(delta); in thread_sleep()
898 struct timeout_order *timeout = &timeouts[POINTER_TO_INT(num)]; in delayed_thread()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c173 int my_id = POINTER_TO_INT(id); in philosopher()
/Zephyr-latest/samples/philosophers/src/
Dmain.c148 int my_id = POINTER_TO_INT(id); in philosopher()
/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/
Darm_syscalls.c123 uint32_t irq_line = POINTER_TO_INT(p1); in user_thread_entry()
/Zephyr-latest/tests/lib/fdtable/src/
Dmain.c141 int fd = POINTER_TO_INT(p1); in test_cb()

12