Lines Matching +full:real +full:- +full:world
1 /* main.c - Synchronization demo */
4 * Copyright (c) 2012-2014 Wind River Systems, Inc.
6 * SPDX-License-Identifier: Apache-2.0
15 * shows both the static and dynamic approaches for spawning a thread; a real
16 * world application would likely use the static approach for both threads.
50 cpu = arch_curr_cpu()->id; in hello_loop()
56 printk("%s: Hello World from cpu %d on %s!\n", in hello_loop()
59 printk("%s: Hello World from cpu %d on %s!\n", in hello_loop()
81 /* invoke routine to ping-pong hello messages with thread_b */ in thread_a_entry_point()
94 /* invoke routine to ping-pong hello messages with thread_a */ in thread_b_entry_point()
116 * following `k_thread_cpu_pin` call can fail with `-EINVAL` if the thread is in main()