Home
last modified time | relevance | path

Searched refs:INT_TO_POINTER (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-Core-3.4.0/tests/net/context/src/
Dmain.c290 K_NO_WAIT, INT_TO_POINTER(AF_INET6)); in net_ctx_connect_v6()
297 K_NO_WAIT, INT_TO_POINTER(AF_INET6)); in net_ctx_connect_v6()
315 K_NO_WAIT, INT_TO_POINTER(AF_INET)); in net_ctx_connect_v4()
322 K_NO_WAIT, INT_TO_POINTER(AF_INET)); in net_ctx_connect_v4()
353 INT_TO_POINTER(AF_INET6)); in net_ctx_accept_v6()
365 INT_TO_POINTER(AF_INET)); in net_ctx_accept_v4()
433 send_cb, K_FOREVER, INT_TO_POINTER(AF_INET6)); in net_ctx_send_v6()
447 send_cb, K_FOREVER, INT_TO_POINTER(AF_INET)); in net_ctx_send_v4()
469 K_NO_WAIT, INT_TO_POINTER(AF_INET6)); in net_ctx_sendto_v6()
488 K_NO_WAIT, INT_TO_POINTER(AF_INET)); in net_ctx_sendto_v4()
[all …]
/Zephyr-Core-3.4.0/tests/benchmarks/sys_kernel/src/
Dsema.c126 NULL, INT_TO_POINTER(number_of_loops), NULL, in sema_test()
129 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in sema_test()
151 NULL, INT_TO_POINTER(number_of_loops), NULL, in sema_test()
154 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in sema_test()
176 NULL, INT_TO_POINTER(number_of_loops), NULL, in sema_test()
Dmwfifo.c159 NULL, INT_TO_POINTER(number_of_loops), NULL, in fifo_test()
162 &i, INT_TO_POINTER(number_of_loops), NULL, in fifo_test()
191 NULL, INT_TO_POINTER(number_of_loops), NULL, in fifo_test()
194 &i, INT_TO_POINTER(number_of_loops), NULL, in fifo_test()
222 NULL, INT_TO_POINTER(number_of_loops / 2U), NULL, in fifo_test()
225 NULL, INT_TO_POINTER(number_of_loops / 2U), NULL, in fifo_test()
Dstack.c156 0, INT_TO_POINTER(number_of_loops), NULL, in stack_test()
159 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in stack_test()
183 0, INT_TO_POINTER(number_of_loops), NULL, in stack_test()
186 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in stack_test()
211 0, INT_TO_POINTER(number_of_loops), NULL, in stack_test()
Dlifo.c158 NULL, INT_TO_POINTER(number_of_loops), NULL, in lifo_test()
162 &i, INT_TO_POINTER(number_of_loops), NULL, in lifo_test()
192 NULL, INT_TO_POINTER(number_of_loops), NULL, in lifo_test()
196 &i, INT_TO_POINTER(number_of_loops), NULL, in lifo_test()
224 NULL, INT_TO_POINTER(number_of_loops), NULL, in lifo_test()
/Zephyr-Core-3.4.0/samples/kernel/condition_variables/condvar/src/
Dmain.c86 INT_TO_POINTER(t1), NULL, NULL, K_PRIO_PREEMPT(10), 0, in main()
90 INT_TO_POINTER(t2), NULL, NULL, K_PRIO_PREEMPT(10), 0, in main()
94 INT_TO_POINTER(t3), NULL, NULL, K_PRIO_PREEMPT(10), 0, in main()
/Zephyr-Core-3.4.0/tests/kernel/sched/schedule_api/src/
Dtest_sched_priority.c140 thread_entry_prio, INT_TO_POINTER(0), NULL, NULL, in ZTEST()
144 thread_entry_prio, INT_TO_POINTER(1), NULL, NULL, in ZTEST()
148 thread_entry_prio, INT_TO_POINTER(2), NULL, NULL, in ZTEST()
152 thread_entry_prio, INT_TO_POINTER(3), NULL, NULL, in ZTEST()
Dtest_priority_scheduling.c81 thread_tslice, INT_TO_POINTER(i), NULL, NULL, in ZTEST()
Dtest_sched_timeslice_and_lock.c60 INT_TO_POINTER(i), in spawn_threads()
61 INT_TO_POINTER(sleep_sec), in spawn_threads()
/Zephyr-Core-3.4.0/soc/riscv/riscv-privileged/andes_v5/
Dl2_cache.c69 INT_TO_POINTER(ANDES_V5_L2C_BASE + L2C_CTRL); in andes_v5_l2c_enable()
77 INT_TO_POINTER(ANDES_V5_L2C_BASE + L2C_CONFIG); in andes_v5_l2c_enable()
/Zephyr-Core-3.4.0/samples/net/sockets/can/src/
Dmain.c208 (k_thread_entry_t)tx, INT_TO_POINTER(fd), in setup_socket()
229 INT_TO_POINTER(fd), in setup_socket()
230 INT_TO_POINTER(CLOSE_PERIOD), in setup_socket()
286 rx(INT_TO_POINTER(fd), NULL, NULL); in main()
/Zephyr-Core-3.4.0/tests/posix/common/src/
Dmqueue.c85 INT_TO_POINTER(i)); in ZTEST()
89 INT_TO_POINTER(i)); in ZTEST()
/Zephyr-Core-3.4.0/tests/kernel/common/src/
Derrno.c87 errno_thread, INT_TO_POINTER(ii), in ZTEST()
88 INT_TO_POINTER(errno_values[ii]), NULL, in ZTEST()
Dtimeout_order.c57 thread, INT_TO_POINTER(ii), 0, 0, in ZTEST()
/Zephyr-Core-3.4.0/tests/net/lib/dns_resolve/src/
Dmain.c438 INT_TO_POINTER(expected_status), in ZTEST()
446 INT_TO_POINTER(expected_status), in ZTEST()
468 INT_TO_POINTER(expected_status), in ZTEST()
490 INT_TO_POINTER(expected_status), in ZTEST()
532 INT_TO_POINTER(expected_status), in ZTEST()
558 INT_TO_POINTER(expected_status), in ZTEST()
/Zephyr-Core-3.4.0/tests/kernel/condvar/condvar_api/src/
Dmain.c542 INT_TO_POINTER(t1), NULL, NULL, K_PRIO_PREEMPT(10), in _condvar_usecase()
546 INT_TO_POINTER(t2), INT_TO_POINTER(multi), NULL, K_PRIO_PREEMPT(10), in _condvar_usecase()
550 INT_TO_POINTER(t3), INT_TO_POINTER(multi), NULL, K_PRIO_PREEMPT(10), in _condvar_usecase()
/Zephyr-Core-3.4.0/samples/kernel/condition_variables/simple/src/
Dmain.c57 worker_thread, INT_TO_POINTER(i), NULL, in main()
/Zephyr-Core-3.4.0/tests/posix/pthread_pressure/src/
Dmain.c144 INT_TO_POINTER(i), NULL, NULL, K_HIGHEST_APPLICATION_THREAD_PRIO, 0, in k_thread_create_wrapper()
179 return pthread_create(&pthreads[i], &pthread_attrs[i], pthread_fun, INT_TO_POINTER(i)); in pthread_create_wrapper()
/Zephyr-Core-3.4.0/tests/kernel/mem_heap/mheap_api_concept/src/
Dtest_mheap_concept.c88 tmheap_handler, INT_TO_POINTER(i), NULL, NULL, in ZTEST()
/Zephyr-Core-3.4.0/tests/subsys/canbus/isotp/conformance/src/
Dmain.c166 &rx_addr, &tx_addr, send_complete_cb, INT_TO_POINTER(ISOTP_N_OK)); in send_sf()
196 send_complete_cb, INT_TO_POINTER(ISOTP_N_OK)); in send_test_data()
387 INT_TO_POINTER(ISOTP_N_OK)); in ZTEST()
443 INT_TO_POINTER(ISOTP_N_OK)); in ZTEST()
716 INT_TO_POINTER(ISOTP_N_TIMEOUT_BS)); in ZTEST()
733 INT_TO_POINTER(ISOTP_N_TIMEOUT_BS)); in ZTEST()
912 INT_TO_POINTER(ISOTP_N_INVALID_FS)); in ZTEST()
936 INT_TO_POINTER(ISOTP_N_BUFFER_OVERFLW)); in ZTEST()
948 INT_TO_POINTER(ISOTP_N_WFT_OVRN)); in ZTEST()
/Zephyr-Core-3.4.0/tests/kernel/context/src/
Dmain.c922 INT_TO_POINTER(timeout), NULL, in ZTEST()
949 INT_TO_POINTER(timeout), NULL, in ZTEST()
963 INT_TO_POINTER(i), NULL, NULL, in ZTEST()
999 INT_TO_POINTER(i), NULL, NULL, in ZTEST()
/Zephyr-Core-3.4.0/tests/kernel/threads/thread_apis/src/
Dtest_threads_spawn.c51 tp1, INT_TO_POINTER(tp2), tp3, 0, in ZTEST_USER()
/Zephyr-Core-3.4.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c199 id = osThreadCreate(osThread(philosopher), INT_TO_POINTER(i)); in start_threads()
/Zephyr-Core-3.4.0/tests/net/neighbor/src/
Dmain.c76 struct net_if *iface1 = INT_TO_POINTER(1); in ZTEST()
77 struct net_if *iface2 = INT_TO_POINTER(2); in ZTEST()
/Zephyr-Core-3.4.0/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c291 INT_TO_POINTER(slot), in process_tcp()
306 INT_TO_POINTER(slot), in process_tcp()

12