platform_bionic/libc/arch-mips/bionic
Elliott Hughes 40eabe24e4 Fix the pthread_setname_np test.
Fix the pthread_setname_np test to take into account that emulator kernels are
so old that they don't support setting the name of other threads.

The CLONE_DETACHED thread is obsolete since 2.5 kernels.

Rename kernel_id to tid.

Fix the signature of __pthread_clone.

Clean up the clone and pthread_setname_np implementations slightly.

Change-Id: I16c2ff8845b67530544bbda9aa6618058603066d
2013-02-15 12:08:59 -08:00
..
__dso_handle.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
__dso_handle_so.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
__get_sp.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
__get_tls.c MIPS support for libc. 2012-08-02 16:07:26 -07:00
__set_tls.c MIPS support for libc. 2012-08-02 16:07:26 -07:00
_exit_with_stack_teardown.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
_setjmp.S Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" 2012-10-17 19:10:11 +02:00
atexit.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
bzero.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
cacheflush.c Fix the duplication in the debugging code. 2013-01-18 22:20:06 -08:00
clone.S Fix the pthread_setname_np test. 2013-02-15 12:08:59 -08:00
crtbegin.S libc: remove ctors/dtors sections 2012-08-22 20:45:26 +02:00
crtbegin_so.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
crtend.S libc: remove ctors/dtors sections 2012-08-22 20:45:26 +02:00
crtend_so.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
ffs.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
futex_mips.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
memcmp16.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
memmove.c MIPS support for libc. 2012-08-02 16:07:26 -07:00
pipe.S [MIPS] Check error status from pipe system call 2012-09-11 16:38:04 -07:00
setjmp.S Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" 2012-10-17 19:10:11 +02:00
sigsetjmp.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
vfork.S MIPS support for libc. 2012-08-02 16:07:26 -07:00