/Zephyr-latest/samples/net/sockets/can/src/ |
D | main.c | 48 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/ |
D | sema.c | 38 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()
|
D | stack.c | 40 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()
|
D | lifo.c | 43 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()
|
D | mwfifo.c | 44 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/ |
D | errno.c | 48 int n = POINTER_TO_INT(_n); in errno_thread() 49 int my_errno = POINTER_TO_INT(_my_errno); in errno_thread()
|
D | irq_offload.c | 28 uint32_t x = POINTER_TO_INT(param); in offload_function()
|
/Zephyr-latest/lib/libc/common/source/thrd/ |
D | thrd.c | 79 *res = POINTER_TO_INT(ret); in thrd_join()
|
/Zephyr-latest/tests/kernel/interrupt/src/ |
D | test_shared_irq.h | 22 int idx = POINTER_TO_INT(data); \
|
D | regular_isr.c | 26 int choice = POINTER_TO_INT(param); in isr_comm()
|
/Zephyr-latest/tests/lib/multi_heap/src/ |
D | test_mheap_concept.c | 56 int thread_id = POINTER_TO_INT(p1); in tmheap_handler()
|
/Zephyr-latest/tests/kernel/sched/schedule_api/src/ |
D | test_priority_scheduling.c | 36 int idx = POINTER_TO_INT(p1); in thread_tslice()
|
D | test_sched_timeslice_and_lock.c | 25 int sleep_ms = POINTER_TO_INT(p2); in thread_entry() 31 int tnum = POINTER_TO_INT(p1); in thread_entry()
|
D | test_slice_scheduling.c | 41 int idx = POINTER_TO_INT(p1); in thread_tslice()
|
/Zephyr-latest/tests/posix/common/src/ |
D | mutex.c | 204 zassert_equal(ETIMEDOUT, POINTER_TO_INT(ret)); in ZTEST() 214 zassert_ok(POINTER_TO_INT(ret)); in ZTEST()
|
D | pthread.c | 60 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/ |
D | main.c | 165 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/ |
D | test_threads_spawn.c | 21 zassert_equal(POINTER_TO_INT(p2), tp2); in thread_entry_params()
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | main.c | 148 int my_id = POINTER_TO_INT(id); in philosopher()
|
/Zephyr-latest/tests/net/context/src/ |
D | main.c | 266 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/ |
D | main.c | 844 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/ |
D | main.c | 173 int my_id = POINTER_TO_INT(id); in philosopher()
|
/Zephyr-latest/samples/philosophers/src/ |
D | main.c | 148 int my_id = POINTER_TO_INT(id); in philosopher()
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/ |
D | arm_syscalls.c | 123 uint32_t irq_line = POINTER_TO_INT(p1); in user_thread_entry()
|
/Zephyr-latest/tests/lib/fdtable/src/ |
D | main.c | 141 int fd = POINTER_TO_INT(p1); in test_cb()
|