pthread_self 2050 src/dps8/dps8_cpu.c printPtid(pthread_self()); pthread_self 3537 src/dps8/dps8_iom.c printPtid(pthread_self()); pthread_self 1296 src/libsir/src/sirinternal.c tid = (pid_t)(uintptr_t)pthread_self(); pthread_self 1298 src/libsir/src/sirinternal.c tid = (pid_t)pthread_self(); pthread_self 1301 src/libsir/src/sirinternal.c tid = get_pthread_thread_id(pthread_self()); pthread_self 1324 src/libsir/src/sirinternal.c int ret = pthread_getname_np(pthread_self(), name, SIR_MAXPID); pthread_self 1329 src/libsir/src/sirinternal.c (void)snprintf(name, SIR_MAXPID, "%ld", (long)get_pthread_thread_id(pthread_self())); pthread_self 1333 src/libsir/src/sirinternal.c pthread_get_name_np(pthread_self(), name, SIR_MAXPID); pthread_self 1376 src/libsir/src/sirinternal.c int ret = pthread_setname_np(pthread_self(), "%s", name); pthread_self 1385 src/libsir/src/sirinternal.c int ret = pthread_setname_np(pthread_self(), name); pthread_self 1388 src/libsir/src/sirinternal.c pthread_set_name_np(pthread_self(), name); pthread_self 138 src/simh/sim_timer.c pthread_getschedparam (pthread_self(), &sched_policy, &sched_priority); pthread_self 157 src/simh/sim_timer.c pthread_setschedparam (pthread_self(), sched_policy, &sched_priority);