Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
thread_map.h File Reference
#include <sys/types.h>
#include <stdio.h>

Go to the source code of this file.

Data Structures

struct  thread_map
 

Functions

struct thread_mapthread_map__new_by_pid (pid_t pid)
 
struct thread_mapthread_map__new_by_tid (pid_t tid)
 
struct thread_mapthread_map__new_by_uid (uid_t uid)
 
struct thread_mapthread_map__new (pid_t pid, pid_t tid, uid_t uid)
 
struct thread_mapthread_map__new_str (const char *pid, const char *tid, uid_t uid)
 
void thread_map__delete (struct thread_map *threads)
 
size_t thread_map__fprintf (struct thread_map *threads, FILE *fp)
 

Function Documentation

void thread_map__delete ( struct thread_map threads)

Definition at line 282 of file thread_map.c.

size_t thread_map__fprintf ( struct thread_map threads,
FILE *  fp 
)

Definition at line 287 of file thread_map.c.

struct thread_map* thread_map__new ( pid_t  pid,
pid_t  tid,
uid_t  uid 
)
read

Definition at line 146 of file thread_map.c.

struct thread_map* thread_map__new_by_pid ( pid_t  pid)
read

Definition at line 22 of file thread_map.c.

struct thread_map* thread_map__new_by_tid ( pid_t  tid)
read

Definition at line 49 of file thread_map.c.

struct thread_map* thread_map__new_by_uid ( uid_t  uid)
read

Definition at line 61 of file thread_map.c.

struct thread_map* thread_map__new_str ( const char pid,
const char tid,
uid_t  uid 
)
read

Definition at line 270 of file thread_map.c.