HelenOS sources

yield             216 uspace/lib/cpp/include/__bits/thread/thread.hpp         void yield() noexcept;
yield             141 uspace/lib/cpp/src/thread.cpp             aux::threading::thread::yield();
yield             131 uspace/srv/hid/output/ctl/serial.c 	.yield = serial_yield,
yield              89 uspace/srv/hid/output/output.c 		assert(dev->ops.yield);
yield              91 uspace/srv/hid/output/output.c 		errno_t rc = dev->ops.yield(dev);
yield              50 uspace/srv/hid/output/output.h 	errno_t (*yield)(struct outdev *dev);
yield             240 uspace/srv/hid/output/port/ddev.c 	.yield = output_ddev_yield,
yield             185 uspace/srv/hid/output/port/ega.c 	.yield = ega_yield,
HelenOS homepage, sources at GitHub