#include <stdio.h>#include <stdlib.h>#include <string.h>#include <pthread.h>Go to the source code of this file.
Functions | |
| void * | execute_thread (void *parameters) |
| void | execute (char *command) |
|
|
Definition at line 34 of file execute.c. References execute_thread(). Referenced by process_rss(). |
|
|
Definition at line 24 of file execute.c. Referenced by execute(). |
1.3.6