Home
last modified time | relevance | path

Searched refs:void (Results 26 – 50 of 108) sorted by relevance

12345

/Zephyr-latest/doc/kernel/services/other/
Dthread_local_storage.rst56 void testing(void) {
/Zephyr-latest/doc/kernel/timing_functions/
Dindex.rst56 void gather_timing(void)
/Zephyr-latest/doc/kernel/services/synchronization/
Dcondvar.rst80 int main(void)
103 void worker_thread(void)
/Zephyr-latest/doc/kernel/services/data_passing/
Dmessage_queues.rst115 void producer_thread(void)
145 void consumer_thread(void)
169 void consumer_thread(void)
Dlifos.rst93 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)
Dfifos.rst102 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)
Dmailboxes.rst238 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/
Dhttp_client.rst59 static void response_cb(struct http_response *rsp,
61 void *user_data)
D8021Qav.rst49 static void qav_set_status(struct net_if *iface,
72 static void qav_set_bandwidth_and_slope(struct net_if *iface,
Dcoap_client.rst69 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/
Ddocumentation.rst79 void test_sema_thread2thread(void)
104 __syscall void k_sem_give(struct k_sem *sem);
/Zephyr-latest/doc/develop/api/
Ddesign_guidelines.rst27 * 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/
DSYSVIEW_Zephyr.txt47 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/
Dindex.rst88 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/
Dsystem_threads.rst61 The following code outlines a trivial ``main(void)`` function.
66 int main(void)
Dindex.rst386 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/
Dslabs.rst112 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/
Dztest.rst39 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/
Dindex.rst336 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/
Dindex.rst188 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/
Dindex.rst293 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/
Dmain.rst102 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/
Dformatted_output.rst92 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/
Dfind_dev_usage.cocci6 // of a void*, it will print an ERROR for loosing the const qualifier.
/Zephyr-latest/lib/net_buf/
DKconfig59 Default value of 0 means the alignment will be the size of a void pointer,

12345