thread 366 src/dps8/threadz.c pthread_t *restrict thread, thread 375 src/dps8/threadz.c int rv = pthread_create_suspended_np(thread, attr, start_routine, arg); thread 376 src/dps8/threadz.c mach_port_t mach_thread = pthread_mach_thread_np(*thread); thread 71 src/dps8/threadz.h thread 74 src/dps8/threadz.h thread 203 src/libsir/include/sir/platform.h int pthread_getname_np(pthread_t thread, char* buffer, size_t length); thread 659 src/libsir/include/sir/platform.h # define _sir_thread_local __declspec(thread)