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

/system/core/libcutils/
H A Dsched_policy.c274 char thread_name[255]; local
278 memset(thread_name, 0, sizeof(thread_name));
292 strncpy(thread_name, p, (q-p));
296 SLOGD("vvv tid %d (%s)", tid, thread_name);
301 SLOGD("^^^ tid %d (%s)", tid, thread_name);
304 SLOGD("/// tid %d (%s)", tid, thread_name);
307 SLOGD("??? tid %d (%s)", tid, thread_name);

Completed in 2 milliseconds