Initial changes to support systems with single arg pthread_setname_np()

This commit is contained in:
Brad Keifer
2025-11-05 11:36:37 +11:00
parent ffa88286e4
commit 28528abbcd
3 changed files with 33 additions and 13 deletions

View File

@@ -319,8 +319,8 @@ int
mutex_init(pthread_mutex_t *mutex);
// wrapper for gettid/pthread_getthreadid_np
int
thread_gettid();
int64_t
thread_gettid(pthread_t p);
// wrapper for pthread_getname_np/pthread_get_name_np
void