Searched refs:thread_id (Results 1 – 3 of 3) sorted by relevance
83 pid_t __pthread_internal_gettid(pthread_t thread_id, const char* caller) { in __pthread_internal_gettid() argument84 pthread_internal_t* thread = __pthread_internal_find(thread_id, caller); in __pthread_internal_gettid()88 pthread_internal_t* __pthread_internal_find(pthread_t thread_id, const char* caller) { in __pthread_internal_find() argument89 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(thread_id); in __pthread_internal_find()
393 pthread_t thread_id; in MallocInitHeapprofdHook() local394 if (pthread_create(&thread_id, nullptr, InitHeapprofd, nullptr) != 0) { in MallocInitHeapprofdHook()396 } else if (pthread_setname_np(thread_id, "heapprofdinit") != 0) { in MallocInitHeapprofdHook()398 } else if (pthread_detach(thread_id) != 0) { in MallocInitHeapprofdHook()
54 __u16 thread_id; member