Home
last modified time | relevance | path

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

12

/Zephyr-Core-2.7.6/tests/net/context/src/
Dmain.c296 K_NO_WAIT, INT_TO_POINTER(AF_INET6)); in test_net_ctx_connect_v6()
303 K_NO_WAIT, INT_TO_POINTER(AF_INET6)); in test_net_ctx_connect_v6()
321 K_NO_WAIT, INT_TO_POINTER(AF_INET)); in test_net_ctx_connect_v4()
328 K_NO_WAIT, INT_TO_POINTER(AF_INET)); in test_net_ctx_connect_v4()
357 INT_TO_POINTER(AF_INET6)); in test_net_ctx_accept_v6()
367 INT_TO_POINTER(AF_INET)); in test_net_ctx_accept_v4()
393 send_cb, K_FOREVER, INT_TO_POINTER(AF_INET6)); in test_net_ctx_send_v6()
407 send_cb, K_FOREVER, INT_TO_POINTER(AF_INET)); in test_net_ctx_send_v4()
429 K_NO_WAIT, INT_TO_POINTER(AF_INET6)); in test_net_ctx_sendto_v6()
448 K_NO_WAIT, INT_TO_POINTER(AF_INET)); in test_net_ctx_sendto_v4()
[all …]
/Zephyr-Core-2.7.6/tests/benchmarks/sys_kernel/src/
Dsema.c130 NULL, INT_TO_POINTER(number_of_loops), NULL, in sema_test()
133 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in sema_test()
155 NULL, INT_TO_POINTER(number_of_loops), NULL, in sema_test()
158 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in sema_test()
180 NULL, INT_TO_POINTER(number_of_loops), NULL, in sema_test()
Dmwfifo.c163 NULL, INT_TO_POINTER(number_of_loops), NULL, in fifo_test()
166 &i, INT_TO_POINTER(number_of_loops), NULL, in fifo_test()
195 NULL, INT_TO_POINTER(number_of_loops), NULL, in fifo_test()
198 &i, INT_TO_POINTER(number_of_loops), NULL, in fifo_test()
226 NULL, INT_TO_POINTER(number_of_loops / 2U), NULL, in fifo_test()
229 NULL, INT_TO_POINTER(number_of_loops / 2U), NULL, in fifo_test()
Dstack.c164 0, INT_TO_POINTER(number_of_loops), NULL, in stack_test()
167 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in stack_test()
191 0, INT_TO_POINTER(number_of_loops), NULL, in stack_test()
194 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in stack_test()
219 0, INT_TO_POINTER(number_of_loops), NULL, in stack_test()
Dlifo.c162 NULL, INT_TO_POINTER(number_of_loops), NULL, in lifo_test()
166 &i, INT_TO_POINTER(number_of_loops), NULL, in lifo_test()
196 NULL, INT_TO_POINTER(number_of_loops), NULL, in lifo_test()
200 &i, INT_TO_POINTER(number_of_loops), NULL, in lifo_test()
228 NULL, INT_TO_POINTER(number_of_loops), NULL, in lifo_test()
/Zephyr-Core-2.7.6/samples/kernel/condition_variables/condvar/src/
Dmain.c87 INT_TO_POINTER(t1), NULL, NULL, K_PRIO_PREEMPT(10), 0, in main()
91 INT_TO_POINTER(t2), NULL, NULL, K_PRIO_PREEMPT(10), 0, in main()
95 INT_TO_POINTER(t3), NULL, NULL, K_PRIO_PREEMPT(10), 0, in main()
/Zephyr-Core-2.7.6/soc/riscv/riscv-privilege/andes_v5/
Dl2_cache.c54 INT_TO_POINTER(AMDES_V5_L2C_BASE + L2C_CTRL); in andes_v5_l2c_enable()
71 volatile uint32_t *system_cfg = INT_TO_POINTER(SMU_BASE + SMU_SYSTEMCFG); in andes_v5_l2c_init()
/Zephyr-Core-2.7.6/tests/kernel/sched/schedule_api/src/
Dtest_sched_priority.c140 thread_entry_prio, INT_TO_POINTER(0), NULL, NULL, in test_priority_preemptible_wait_prio()
144 thread_entry_prio, INT_TO_POINTER(1), NULL, NULL, in test_priority_preemptible_wait_prio()
148 thread_entry_prio, INT_TO_POINTER(2), NULL, NULL, in test_priority_preemptible_wait_prio()
152 thread_entry_prio, INT_TO_POINTER(3), NULL, NULL, in test_priority_preemptible_wait_prio()
Dtest_priority_scheduling.c81 thread_tslice, INT_TO_POINTER(i), NULL, NULL, in test_priority_scheduling()
Dtest_sched_timeslice_and_lock.c60 INT_TO_POINTER(i), in spawn_threads()
61 INT_TO_POINTER(sleep_sec), in spawn_threads()
Dtest_slice_scheduling.c103 INT_TO_POINTER(i), NULL, NULL, in test_slice_scheduling()
/Zephyr-Core-2.7.6/samples/net/sockets/can/src/
Dmain.c207 (k_thread_entry_t)tx, INT_TO_POINTER(fd), in setup_socket()
228 INT_TO_POINTER(fd), in setup_socket()
229 INT_TO_POINTER(CLOSE_PERIOD), in setup_socket()
269 rx(INT_TO_POINTER(fd), NULL, NULL); in main()
/Zephyr-Core-2.7.6/tests/kernel/common/src/
Derrno.c86 errno_thread, INT_TO_POINTER(ii), in test_thread_context()
87 INT_TO_POINTER(errno_values[ii]), NULL, in test_thread_context()
Dtimeout_order.c57 thread, INT_TO_POINTER(ii), 0, 0, in test_timeout_order()
/Zephyr-Core-2.7.6/tests/posix/common/src/
Dmqueue.c89 INT_TO_POINTER(i)); in test_posix_mqueue()
93 INT_TO_POINTER(i)); in test_posix_mqueue()
/Zephyr-Core-2.7.6/tests/net/lib/dns_resolve/src/
Dmain.c441 INT_TO_POINTER(expected_status), in test_dns_query_too_many()
449 INT_TO_POINTER(expected_status), in test_dns_query_too_many()
471 INT_TO_POINTER(expected_status), in test_dns_query_ipv4_timeout()
493 INT_TO_POINTER(expected_status), in test_dns_query_ipv6_timeout()
535 INT_TO_POINTER(expected_status), in test_dns_query_ipv4_cancel()
561 INT_TO_POINTER(expected_status), in test_dns_query_ipv6_cancel()
/Zephyr-Core-2.7.6/tests/kernel/condvar/condvar_api/src/
Dmain.c543 INT_TO_POINTER(t1), NULL, NULL, K_PRIO_PREEMPT(10), in _condvar_usecase()
547 INT_TO_POINTER(t2), INT_TO_POINTER(multi), NULL, K_PRIO_PREEMPT(10), in _condvar_usecase()
551 INT_TO_POINTER(t3), INT_TO_POINTER(multi), NULL, K_PRIO_PREEMPT(10), in _condvar_usecase()
/Zephyr-Core-2.7.6/samples/kernel/condition_variables/simple/src/
Dmain.c58 worker_thread, INT_TO_POINTER(i), NULL, in main()
/Zephyr-Core-2.7.6/tests/kernel/mem_heap/mheap_api_concept/src/
Dtest_mheap_concept.c88 tmheap_handler, INT_TO_POINTER(i), NULL, NULL, in test_mheap_threadsafe()
/Zephyr-Core-2.7.6/tests/kernel/context/src/
Dmain.c986 INT_TO_POINTER(timeout), NULL, in test_busy_wait()
1013 INT_TO_POINTER(timeout), NULL, in test_k_sleep()
1027 INT_TO_POINTER(i), NULL, NULL, in test_k_sleep()
1063 INT_TO_POINTER(i), NULL, NULL, in test_k_sleep()
/Zephyr-Core-2.7.6/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c189 id = osThreadCreate(osThread(philosopher), INT_TO_POINTER(i)); in start_threads()
/Zephyr-Core-2.7.6/tests/kernel/threads/thread_apis/src/
Dtest_threads_spawn.c51 tp1, INT_TO_POINTER(tp2), tp3, 0, in test_threads_spawn_params()
/Zephyr-Core-2.7.6/tests/net/neighbor/src/
Dmain.c76 struct net_if *iface1 = INT_TO_POINTER(1); in test_neighbor()
77 struct net_if *iface2 = INT_TO_POINTER(2); in test_neighbor()
/Zephyr-Core-2.7.6/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c292 INT_TO_POINTER(slot), in process_tcp()
307 INT_TO_POINTER(slot), in process_tcp()
/Zephyr-Core-2.7.6/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c229 osThreadNew(philosopher, INT_TO_POINTER(i), &thread_attr[i]); in start_threads()

12