#include "uv.h"
#include "internal.h"
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
◆ init_process_title_mutex_once()
| static void init_process_title_mutex_once |
( |
void |
| ) |
|
|
static |
◆ uv__set_process_title()
| void uv__set_process_title |
( |
const char * |
title | ) |
|
◆ UV_DESTRUCTOR()
| UV_DESTRUCTOR |
( |
static void |
free_args_memvoid | ) |
|
◆ uv_get_process_title()
| int uv_get_process_title |
( |
char * |
buffer, |
|
|
size_t |
size |
|
) |
| |
◆ uv_set_process_title()
| int uv_set_process_title |
( |
const char * |
title | ) |
|
◆ uv_setup_args()
| char** uv_setup_args |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ args_mem
◆ process_title
◆ process_title_mutex
◆ process_title_mutex_once