/Zephyr-Core-2.7.6/tests/net/context/src/ |
D | main.c | 296 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/ |
D | sema.c | 130 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()
|
D | mwfifo.c | 163 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()
|
D | stack.c | 164 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()
|
D | lifo.c | 162 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/ |
D | main.c | 87 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/ |
D | l2_cache.c | 54 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/ |
D | test_sched_priority.c | 140 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()
|
D | test_priority_scheduling.c | 81 thread_tslice, INT_TO_POINTER(i), NULL, NULL, in test_priority_scheduling()
|
D | test_sched_timeslice_and_lock.c | 60 INT_TO_POINTER(i), in spawn_threads() 61 INT_TO_POINTER(sleep_sec), in spawn_threads()
|
D | test_slice_scheduling.c | 103 INT_TO_POINTER(i), NULL, NULL, in test_slice_scheduling()
|
/Zephyr-Core-2.7.6/samples/net/sockets/can/src/ |
D | main.c | 207 (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/ |
D | errno.c | 86 errno_thread, INT_TO_POINTER(ii), in test_thread_context() 87 INT_TO_POINTER(errno_values[ii]), NULL, in test_thread_context()
|
D | timeout_order.c | 57 thread, INT_TO_POINTER(ii), 0, 0, in test_timeout_order()
|
/Zephyr-Core-2.7.6/tests/posix/common/src/ |
D | mqueue.c | 89 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/ |
D | main.c | 441 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/ |
D | main.c | 543 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/ |
D | main.c | 58 worker_thread, INT_TO_POINTER(i), NULL, in main()
|
/Zephyr-Core-2.7.6/tests/kernel/mem_heap/mheap_api_concept/src/ |
D | test_mheap_concept.c | 88 tmheap_handler, INT_TO_POINTER(i), NULL, NULL, in test_mheap_threadsafe()
|
/Zephyr-Core-2.7.6/tests/kernel/context/src/ |
D | main.c | 986 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/ |
D | main.c | 189 id = osThreadCreate(osThread(philosopher), INT_TO_POINTER(i)); in start_threads()
|
/Zephyr-Core-2.7.6/tests/kernel/threads/thread_apis/src/ |
D | test_threads_spawn.c | 51 tp1, INT_TO_POINTER(tp2), tp3, 0, in test_threads_spawn_params()
|
/Zephyr-Core-2.7.6/tests/net/neighbor/src/ |
D | main.c | 76 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/ |
D | main.c | 292 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/ |
D | main.c | 229 osThreadNew(philosopher, INT_TO_POINTER(i), &thread_attr[i]); in start_threads()
|