| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix the pthread_setname_np test. | Elliott Hughes | 2013-02-15 | 1 | -21/+20 | |
| | | | | | | | | | | | | | | | | 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 | |||||
| * | Clean up pthread_create. | Elliott Hughes | 2013-02-12 | 1 | -0/+232 | |
| Bug: 3461078 Change-Id: I082122a86d7692cd58f4145539241be026258ee0 | ||||||
