Searched refs:thread_name (Results 1 – 6 of 6) sorted by relevance
/system/core/libcutils/ |
D | sched_policy.c | 337 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/ |
D | thread_test.cpp | 28 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/ |
D | eager_reader.c | 70 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()
|
D | thread.c | 177 const char *thread_name(const thread_t *thread) { in thread_name() function
|
/system/bt/osi/include/ |
D | thread.h | 75 const char *thread_name(const thread_t *thread);
|
D | eager_reader.h | 43 const char *thread_name
|