blob: 8e24b0e90de1d94c4d2e6d2b424006fdecc0172e [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#pragma once
// N.B. This file is included by C code.
__BEGIN_CDECLS
// This is the interface for LK's thread_owner_name to return the
// name of the thread's process.
void get_user_thread_process_name(const void* user_thread,
char out_name[THREAD_NAME_LENGTH]);
__END_CDECLS