[misc] PR #1941 adjustments

This commit is contained in:
ejurgensen
2025-11-11 23:19:05 +01:00
parent 38e1c89908
commit ec66f95269
8 changed files with 39 additions and 43 deletions

View File

@@ -318,13 +318,12 @@ buildopts_get(void);
int
mutex_init(pthread_mutex_t *mutex);
// wrapper for gettid/pthread_getthreadid_np
int64_t
thread_gettid(pthread_t p);
int
thread_gettid(void);
// wrapper for pthread_getname_np/pthread_get_name_np
void
thread_getname(pthread_t thread, char *name, size_t len);
thread_getname(char *name, size_t len);
void
thread_getnametid(char *buf, size_t len);