Searched refs:process_title_ptr (Results 1 – 1 of 1) sorted by relevance
74 static char* process_title_ptr = NULL; variable961 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 6 milliseconds