Go to the source code of this file.
Functions | |
static void | init_process_title_mutex_once (void) |
int | uv_get_process_title (char *buffer, size_t size) |
int | uv_set_process_title (const char *title) |
char ** | uv_setup_args (int argc, char **argv) |
Variables | |
static char * | process_title |
static uv_mutex_t | process_title_mutex |
static uv_once_t | process_title_mutex_once = UV_ONCE_INIT |
|
static |
Definition at line 34 of file bsd-proctitle.c.
int uv_get_process_title | ( | char * | buffer, |
size_t | size | ||
) |
Definition at line 66 of file bsd-proctitle.c.
Definition at line 46 of file bsd-proctitle.c.
char** uv_setup_args | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 40 of file bsd-proctitle.c.
|
static |
Definition at line 31 of file bsd-proctitle.c.
|
static |
Definition at line 29 of file bsd-proctitle.c.
|
static |
Definition at line 30 of file bsd-proctitle.c.