Find a file
Johan Hedberg a789d4e97b nanokernel: Add scheduling context-independent API for starting fibers
When the exact scheduling context is not known it's convenient not to
have to spell out the context in the name of the *_fiber_start()
function. All of the fiber starting APIs map to the same _FiberStart()
implementation, so all we have to do is to declare another alias for
it.

Change-Id: Ic6862383422f89ad7dc4f401e76d610826163bb9
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-05 20:13:40 -05:00
arch Remove VIRT_ADDR_xxx macros 2016-02-05 20:13:39 -05:00
config First commit 2015-04-10 16:44:37 -07:00
drivers Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
host Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
include nanokernel: Add scheduling context-independent API for starting fibers 2016-02-05 20:13:40 -05:00
kernel nanokernel: Add scheduling context-independent API for starting fibers 2016-02-05 20:13:40 -05:00
lib/libc/minimal Fix definition of 'offsetof' 2016-02-05 20:13:39 -05:00
make build: Add QEMU extra flag to be defined in apps 2016-02-05 20:13:39 -05:00
misc Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
samples Rename KSCALL_BENCH to MICROKERNEL_CALL_BENCH 2016-02-05 20:13:40 -05:00
scripts sysgen: Detect invalid number of arguments for keywords 2016-02-05 20:13:40 -05:00
shared/include/nanokernel/x86 Fix checkpatch issue - ERROR:POINTER_LOCATION 2016-02-05 20:13:39 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore add missing gen_file_path_hash 2015-04-10 20:59:48 -04:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
vxmicro-env.bash vxmicro-env.bash: more robust setting of VXMICRO_BASE 2016-02-05 19:45:35 -05:00