Searched refs:setproctitle (Results 1 – 3 of 3) sorted by relevance
76 void setproctitle(int argc, char** argv, const char* title);
208 void setproctitle(int argc, char** argv, const char* title) { in setproctitle() function
102 setproctitle(argc_, argv_, (thread_params_[instruction_id_].name_.c_str())); in SetUpSingle()