Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
bionic
/
9fb53dd4dbaa7633c234d9da8417827fa3d3c32f
/
tests
/
pthread_test.cpp
04620a3
Fix pthread_detach for already-exited threads.
by Elliott Hughes
· 11 years ago
4b558f5
Rewrite the POSIX timer functions.
by Elliott Hughes
· 11 years ago
0e714a5
Implement POSIX pthread_mutex_timedlock.
by Elliott Hughes
· 11 years ago
51e6cb3
Implement pthread_condattr_{get,set}clock.
by Narayan Kamath
· 11 years ago
f04935c
Make sure that the same tests are on all platforms.
by Christopher Ferris
· 11 years ago
718a5b5
Fix pthread_test to work with gtest 1.7.0.
by Elliott Hughes
· 11 years ago
dd00364
Pass a valid stack pointer to __bionic_clone in pthread.__bionic_clone
by Chris Dearman
· 11 years ago
1887621
PTHREAD_KEYS_MAX cleanup.
by Elliott Hughes
· 11 years ago
877ec6d
Fix pthread_join.
by Elliott Hughes
· 11 years ago
70b24b1
Switch pthread_create over to __bionic_clone.
by Elliott Hughes
· 11 years ago
c3f1140
<pthread.h> fixes and pthread cleanup.
by Elliott Hughes
· 11 years ago
c7e9b23
Fix sigaction(3) for 64-bit.
by Elliott Hughes
· 11 years ago
19e6232
Clean up the sigprocmask/pthread_sigmask implementation.
by Elliott Hughes
· 11 years ago
5b9310e
Fix 32-bit issues in tests, and add a trivial test for the FD_* macros.
by Elliott Hughes
· 11 years ago
9b06cc3
Fix pthread_getcpuclockid.
by Jeff Hao
· 11 years ago
b95cf0d
Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize.
by Elliott Hughes
· 11 years ago
0f020d1
Handles spurious wake-ups in pthread_join()
by msg555
· 11 years ago
a41ba2f
Fix pthread_setname_np's behavior on invalid pthread_ts.
by Elliott Hughes
· 12 years ago
fae89fc
Fix raise(3) so it works in signal handlers.
by Elliott Hughes
· 12 years ago
9d23e04
Fix pthreads functions that should return ESRCH.
by Elliott Hughes
· 12 years ago
40eabe2
Fix the pthread_setname_np test.
by Elliott Hughes
· 12 years ago
7fd803c
Fix the stack protector death test.
by Elliott Hughes
· 12 years ago
9701d4b
Give up trying to build the pthread_setname_np tests for glibc.
by Elliott Hughes
· 12 years ago
3e89847
Revert "Revert "More pthreads cleanup.""
by Elliott Hughes
· 12 years ago
fcaf4e9
Merge "Revert "More pthreads cleanup.""
by Elliott Hughes
· 12 years ago
6f94de3
Revert "More pthreads cleanup."
by Elliott Hughes
· 12 years ago
85f491f
Merge "More pthreads cleanup."
by Elliott Hughes
· 12 years ago
5e3fc43
Fix __pthread_clone on ARM to set errno on failure.
by Elliott Hughes
· 12 years ago
2a1bb4e
More pthreads cleanup.
by Elliott Hughes
· 12 years ago
44b53ad
Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""
by Elliott Hughes
· 12 years ago
6260553
Revert "Pull the pthread_key_t functions out of pthread.c."
by Elliott Hughes
· 12 years ago
ad59322
Pull the pthread_key_t functions out of pthread.c.
by Elliott Hughes
· 12 years ago
c5d028f
Only have one copy of the kernel_sigset_t hack, and add more tests.
by Elliott Hughes
· 12 years ago
4f251be
Don't corrupt the thread list if the main thread exits.
by Elliott Hughes
· 12 years ago
10ce969
Fix bug in pthread_join, pthread_exit, pthread_detach
by Sergey Melnikov
· 12 years ago
14f1959
Fix the pthread_join on self error case.
by Elliott Hughes
· 12 years ago
4d014e1
Add more pthreads tests.
by Elliott Hughes
· 12 years ago
bfeab1b
Don't corrupt the thread list in static executables.
by Elliott Hughes
· 12 years ago