bionic/libc/arch-x86
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
..
bionic Fix the pthread_setname_np test. 2013-02-15 12:08:59 -08:00
include/machine Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
string ffs was not being built for x86. 2013-02-13 16:31:52 -08:00
syscalls Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
syscalls.mk Add signalfd call to bionic 2013-01-10 13:14:46 -08:00