Lines Matching refs:pthread_self

312   ASSERT_EQ(EDEADLK, pthread_join(pthread_self(), nullptr));  in TEST()
321 data.main_thread = pthread_self(); in main()
470 test_pthread_setname_np__pthread_getname_np(pthread_self()); in TEST()
528 ASSERT_EQ(0, pthread_kill(pthread_self(), 0)); in TEST()
532 ASSERT_EQ(EINVAL, pthread_kill(pthread_self(), -1)); in TEST()
540 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM)); in pthread_kill__in_signal_handler_helper()
546 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM)); in TEST()
725 pthread_getattr_np(pthread_self(), &attributes); in GetActualGuardSizeFn()
740 pthread_getattr_np(pthread_self(), &attributes); in GetActualStackSizeFn()
1721 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST()
1781 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST()
1795 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST()
1819 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attr)); in getstack_signal_handler()
1859 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attr)); in TEST()
1880 pthread_getattr_np(pthread_self(), &attributes); in pthread_attr_getstack_18908062_helper()
1915 ASSERT_EQ(gettid(), pthread_gettid_np(pthread_self())); in TEST()
2866 ASSERT_EQ(EINVAL, pthread_setschedparam(pthread_self(), INT_MIN, &p)); in TEST()
2870 ASSERT_EQ(EINVAL, pthread_setschedprio(pthread_self(), INT_MIN)); in TEST()
2917 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, &param); in TEST()
2938 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, &param); in TEST()
2960 int rc = pthread_setschedparam(pthread_self(), SCHED_FIFO | SCHED_RESET_ON_FORK, &param); in TEST()