|
NeKernel dev
|
NeKernel Thread Local Storage. More...
#include <CFKit/Property.h>#include <KernelKit/ProcessScheduler.h>#include <KernelKit/ThreadLocalStorage.h>#include <NeKit/KString.h>Functions | |
| Boolean | tls_check_tib (THREAD_INFORMATION_BLOCK *tib_ptr) |
| Checks for cookie inside the TIB. | |
| EXTERN_C Bool | tls_check_syscall_impl (Kernel::VoidPtr tib_ptr) |
| System call implementation of the TLS check. | |
NeKernel Thread Local Storage.
@bugs: 0
| EXTERN_C Bool tls_check_syscall_impl | ( | Kernel::VoidPtr | tib_ptr | ) |
System call implementation of the TLS check.
TLS check (syscall).
| tib_ptr | The TIB record. |
| Boolean tls_check_tib | ( | THREAD_INFORMATION_BLOCK * | tib_ptr | ) |
Checks for cookie inside the TIB.
!
| tib_ptr | the TIB to check. |