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             115 uspace/srv/hid/output/ctl/serial.c 	.yield = serial_yield,
yield              88 uspace/srv/hid/output/output.c 		assert(dev->ops.yield);
yield              90 uspace/srv/hid/output/output.c 		errno_t rc = dev->ops.yield(dev);
yield              48 uspace/srv/hid/output/output.h 	errno_t (*yield)(struct outdev *dev);
yield             239 uspace/srv/hid/output/port/ddev.c 	.yield = output_ddev_yield,
yield             184 uspace/srv/hid/output/port/ega.c 	.yield = ega_yield,
HelenOS homepage, sources at GitHub