Home
last modified time | relevance | path

Searched refs:process_title_ptr (Results 1 – 1 of 1) sorted by relevance

/libuv/src/unix/
H A Daix.c74 static char* process_title_ptr = NULL; variable
961 if (process_title_ptr != NULL) in uv_set_process_title()
962 uv__free(process_title_ptr); in uv_set_process_title()
964 process_title_ptr = new_title; in uv_set_process_title()
966 process_argv[0] = process_title_ptr; in uv_set_process_title()

Completed in 10 milliseconds