Searched defs:thread_name (Results 1 - 3 of 3) sorted by relevance
/system/bt/osi/src/ |
H A D | thread.c | 182 const char *thread_name(const thread_t *thread) { function
|
H A D | eager_reader.c | 70 const char *thread_name) { 76 assert(thread_name != NULL && *thread_name != '\0'); 101 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
|
/system/core/libcutils/ |
H A D | sched_policy.c | 288 char thread_name[255]; local 292 memset(thread_name, 0, sizeof(thread_name)); 306 strncpy(thread_name, p, (q-p)); 310 SLOGD("vvv tid %d (%s)", tid, thread_name); 315 SLOGD("^^^ tid %d (%s)", tid, thread_name); 318 SLOGD("/// tid %d (%s)", tid, thread_name); 321 SLOGD("??? tid %d (%s)", tid, thread_name);
|
Completed in 195 milliseconds