Home | History | Annotate | Download | only in tests

Lines Matching full:pthread_self

148   ASSERT_EQ(EDEADLK, pthread_join(pthread_self(), &result));
155 ASSERT_EQ(0, pthread_create(&t1, NULL, JoinFn, reinterpret_cast<void*>(pthread_self())));
208 ASSERT_EQ(ERANGE, pthread_setname_np(pthread_self(), "this name is far too long for linux"));
214 ASSERT_EQ(0, pthread_setname_np(pthread_self(), "short 1"));
249 ASSERT_EQ(0, pthread_kill(pthread_self(), 0));
253 ASSERT_EQ(EINVAL, pthread_kill(pthread_self(), -1));
261 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
271 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
356 pthread_getattr_np(pthread_self(), &attributes);
372 pthread_getattr_np(pthread_self(), &attributes);