|
nckernel
0.1
|
#include <sys/types.h>#include <stdint.h>#include <stddef.h>#include <stdio.h>#include <stdarg.h>#include <errno.h>#include <object.h>#include <list.h>#include <thread.h>#include <isr.h>#include <x86_util.h>
Go to the source code of this file.
Functions | |
| int | x86_util_get_ring (struct thread *tcb) |
| int x86_util_get_ring | ( | struct thread * | tcb) |
Definition at line 14 of file x86_util.c.
References pt_regs::cs, EINVAL, and thread::esp.
Referenced by pthread_cancel().

1.8.4