Searched refs:void (Results 26 – 50 of 108) sorted by relevance
12345
/Zephyr-latest/doc/kernel/services/other/ |
D | thread_local_storage.rst | 56 void testing(void) {
|
/Zephyr-latest/doc/kernel/timing_functions/ |
D | index.rst | 56 void gather_timing(void)
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | condvar.rst | 80 int main(void) 103 void worker_thread(void)
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | message_queues.rst | 115 void producer_thread(void) 145 void consumer_thread(void) 169 void consumer_thread(void)
|
D | lifos.rst | 93 void *LIFO_reserved; /* 1st word reserved for use by LIFO */ 99 void producer_thread(int unused1, int unused2, int unused3) 128 void consumer_thread(int unused1, int unused2, int unused3)
|
D | fifos.rst | 102 void *fifo_reserved; /* 1st word reserved for use by FIFO */ 108 void producer_thread(int unused1, int unused2, int unused3) 140 void consumer_thread(int unused1, int unused2, int unused3)
|
D | mailboxes.rst | 238 void producer_thread(void) 268 void producer_thread(void) 363 void consumer_thread(void) 440 void consumer_thread(void)
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_client.rst | 59 static void response_cb(struct http_response *rsp, 61 void *user_data)
|
D | 8021Qav.rst | 49 static void qav_set_status(struct net_if *iface, 72 static void qav_set_bandwidth_and_slope(struct net_if *iface,
|
D | coap_client.rst | 69 void response_cb(int16_t code, size_t offset, const uint8_t *payload, size_t len, 70 bool last_block, void *user_data)
|
/Zephyr-latest/doc/project/ |
D | documentation.rst | 79 void test_sema_thread2thread(void) 104 __syscall void k_sem_give(struct k_sem *sem);
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 27 * The final parameter should be a ``void *user_data`` pointer carrying 45 void handle_timeout(struct k_timer *timer) 56 void handle_alarm(const struct device *dev, 59 void *user_data)
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 47 44 k_queue_append q=%I, data=%p | Returns (void)(%ErrCodePosix) 49 46 k_queue_prepend q=%I, data=%p | Returns (void)(%ErrCodePosix) 51 48 k_queue_insert q=%I, data=%p | Returns (void)(%ErrCodePosix) 73 67 k_mbox_async_put mbox=%I, tx_msg=%p, sem=%I | Returns (void)(%ErrCodeMsg)
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 88 static inline void ctf_top_foo(uint32_t thread_id, ctf_bounded_string_t name) 436 void sys_trace_thread_create_user(struct k_thread *thread); 437 void sys_trace_thread_abort_user(struct k_thread *thread); 438 void sys_trace_thread_suspend_user(struct k_thread *thread); 439 void sys_trace_thread_resume_user(struct k_thread *thread); 440 void sys_trace_thread_name_set_user(struct k_thread *thread); 441 void sys_trace_thread_switched_in_user(struct k_thread *thread); 442 void sys_trace_thread_switched_out_user(struct k_thread *thread); 443 void sys_trace_thread_info_user(struct k_thread *thread); 444 void sys_trace_thread_sched_ready_user(struct k_thread *thread); [all …]
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 61 The following code outlines a trivial ``main(void)`` function. 66 int main(void)
|
D | index.rst | 386 int call_tracking_routine(void) 395 k_thread_custom_data_set((void *)call_count); 439 extern void my_entry_point(void *, void *, void *); 461 extern void my_entry_point(void *, void *, void *); 517 void my_entry_point(int unused1, int unused2, int unused3)
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | slabs.rst | 112 if (k_mem_slab_alloc(&my_slab, (void **)&block_ptr, K_MSEC(100)) == 0) { 131 k_mem_slab_alloc(&my_slab, (void **)&block_ptr, K_FOREVER); 133 k_mem_slab_free(&my_slab, (void *)block_ptr);
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 39 static bool predicate(const void *global_state) 82 static void *my_suite_setup(void) 93 static void my_suite_before(void *f) 100 static void my_suite_teardown(void *f) 170 static void fff_reset_rule_before(const struct ztest_unit_test *test, void *fixture) 197 void test_main(void)
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 336 void s1_thread(void *ptr1, void *ptr2, void *ptr3) 463 void listener_callback_example(const struct zbus_channel *chan) 479 void subscriber_task(void) 496 static void msg_subscriber_task(void *ptr1, void *ptr2, void *ptr3) 543 bool control_validator(const void* msg, size_t msg_size) { 653 static bool print_channel_data_iterator(const struct zbus_channel *chan, void *user_data) 681 static bool print_observer_data_iterator(const struct zbus_observer *obs, void *user_data) 692 int main(void) 747 void listener_callback_example(const struct zbus_channel *chan) 835 void thread_entry(void) {
|
/Zephyr-latest/doc/services/settings/ |
D | index.rst | 188 settings_read_cb read_cb, void *cb_arg) 213 const void *value, 250 settings_read_cb read_cb, void *cb_arg) 277 int main(void) 323 int settings_backend_init(void)
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 293 void my_isr(void *unused) 298 int main(void) 335 void my_isr(void *unused) 340 int main(void) 380 int main(void)
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 102 static void l4_event_handler(struct net_mgmt_event_callback *cb, 115 static void my_application_setup(void) 156 static int my_application_setup(void) 168 static void my_late_application_setup(void) 373 static void my_conn_evt_handler(struct net_mgmt_event_callback *cb,
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 92 cast char pointers used for ``%p`` to ``void *``. There is a logging warning 132 | sizeof(void \*) | 1 byte: Number of strings appended to the package | 138 | | platform specific padding to sizeof(void \*) | 179 other pointer type (e.g. ``void *``). If format string is not accessible then only
|
/Zephyr-latest/scripts/coccinelle/ |
D | find_dev_usage.cocci | 6 // of a void*, it will print an ERROR for loosing the const qualifier.
|
/Zephyr-latest/lib/net_buf/ |
D | Kconfig | 59 Default value of 0 means the alignment will be the size of a void pointer,
|
12345