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

/system/bt/osi/test/
H A Dthread_test.cpp28 ASSERT_STREQ(thread_name(thread), "test_name");
34 ASSERT_STREQ("0123456789abcdef", thread_name(thread));
40 ASSERT_STREQ("0123456789abcdef", thread_name(thread));
/system/bt/osi/include/
H A Deager_reader.h35 // internal read thread named |thread_name|. The returned object must be freed using
37 // must be greater than zero. |allocator| and |thread_name| may not be NULL.
43 const char *thread_name
H A Dthread.h57 // Requests |thread| to stop. Only |thread_free| and |thread_name| may be called
75 const char *thread_name(const thread_t *thread);
/system/core/libcutils/
H A Dsched_policy.c343 char thread_name[255]; local
347 memset(thread_name, 0, sizeof(thread_name));
361 strncpy(thread_name, p, (q-p));
365 SLOGD("vvv tid %d (%s)", tid, thread_name);
371 SLOGD("^^^ tid %d (%s)", tid, thread_name);
374 SLOGD("/// tid %d (%s)", tid, thread_name);
377 SLOGD("??? tid %d (%s)", tid, thread_name);
/system/bt/osi/src/
H A Deager_reader.c70 const char *thread_name) {
76 assert(thread_name != NULL && *thread_name != '\0');
97 ret->inbound_read_thread = thread_new(thread_name);
65 eager_reader_new( int fd_to_read, const allocator_t *allocator, size_t buffer_size, size_t max_buffer_count, const char *thread_name) argument
H A Dthread.c177 const char *thread_name(const thread_t *thread) { function

Completed in 535 milliseconds