Searched refs:process_name (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_queue.c415 /* Form the thread name from process_name and name, limited to 13
422 const char *process_name = util_get_process_name(); local in function:util_queue_init
423 int process_len = process_name ? strlen(process_name) : 0;
438 process_len, process_name, name);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_queue.c430 /* Form the thread name from process_name and name, limited to 13
437 const char *process_name = util_get_process_name(); local in function:util_queue_init
438 int process_len = process_name ? strlen(process_name) : 0;
453 process_len, process_name, name);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1086 const char *process_name = util_get_process_name(); local in function:dd_thread_main
1087 if (process_name) {
1090 (int)MIN2(strlen(process_name), sizeof(threadname) - 6),
1091 process_name);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1097 const char *process_name = util_get_process_name(); local in function:dd_thread_main
1098 if (process_name) {
1101 (int)MIN2(strlen(process_name), sizeof(threadname) - 6),
1102 process_name);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshaderapi.c2042 const char *process_name = local in function:_mesa_read_shader_source
2049 strcmp(process_name, shader_replacements[i].app) != 0)

Completed in 12 milliseconds