Home
last modified time | relevance | path

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

/system/core/libcutils/
Dsched_policy.c337 char thread_name[255]; in set_sched_policy() local
341 memset(thread_name, 0, sizeof(thread_name)); in set_sched_policy()
355 strncpy(thread_name, p, (q-p)); in set_sched_policy()
359 SLOGD("vvv tid %d (%s)", tid, thread_name); in set_sched_policy()
365 SLOGD("^^^ tid %d (%s)", tid, thread_name); in set_sched_policy()
368 SLOGD("/// tid %d (%s)", tid, thread_name); in set_sched_policy()
371 SLOGD("??? tid %d (%s)", tid, thread_name); in set_sched_policy()
/system/bt/osi/test/
Dthread_test.cpp28 ASSERT_STREQ(thread_name(thread), "test_name"); in TEST_F()
34 ASSERT_STREQ("0123456789abcdef", thread_name(thread)); in TEST_F()
40 ASSERT_STREQ("0123456789abcdef", thread_name(thread)); in TEST_F()
/system/bt/osi/src/
Deager_reader.c70 const char *thread_name) { in eager_reader_new() argument
76 assert(thread_name != NULL && *thread_name != '\0'); in eager_reader_new()
97 ret->inbound_read_thread = thread_new(thread_name); in eager_reader_new()
Dthread.c177 const char *thread_name(const thread_t *thread) { in thread_name() function
/system/bt/osi/include/
Dthread.h75 const char *thread_name(const thread_t *thread);
Deager_reader.h43 const char *thread_name