Home
last modified time | relevance | path

Searched refs:myid (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/kernel/condition_variables/simple/src/
Dmain.c24 const int myid = (long)p1; in worker_thread() local
28 printk("[thread %d] working (%d/%d)\n", myid, i, workloops); in worker_thread()
41 printk("[thread %d] done is now %d. Signalling cond.\n", myid, done); in worker_thread()