Linux Kernel
3.7.1
|
#include <errno.h>
#include <linux/unistd.h>
#include <sys/ptrace.h>
#include <sys/syscall.h>
#include <unistd.h>
#include <sysdep/tls.h>
Go to the source code of this file.
Macros | |
#define | PTRACE_GET_THREAD_AREA 25 |
#define | PTRACE_SET_THREAD_AREA 26 |
Functions | |
void | check_host_supports_tls (int *supports_tls, int *tls_min) |
int | os_set_thread_area (user_desc_t *info, int pid) |
int | os_get_thread_area (user_desc_t *info, int pid) |
int os_get_thread_area | ( | user_desc_t * | info, |
int | pid | ||
) |
int os_set_thread_area | ( | user_desc_t * | info, |
int | pid | ||
) |