diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2010-06-03 14:39:20 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2010-06-03 14:39:20 -0700 |
commit | 7b6e6fa57240466c2728d553be136f800600dd71 (patch) | |
tree | 5744295128fa6b7b03377c8c7ab3c2df5af16cf5 /libc/include | |
parent | 8e1ee7fd01986825074ececd39e8c2a5ebc907e0 (diff) | |
parent | f982f038329f7da7de5853c9d789ab138a4bcf16 (diff) | |
download | bionic-7b6e6fa57240466c2728d553be136f800600dd71.zip bionic-7b6e6fa57240466c2728d553be136f800600dd71.tar.gz bionic-7b6e6fa57240466c2728d553be136f800600dd71.tar.bz2 |
merge from open-source master
Change-Id: Ib7fc9c6f79f9b13e2175da137005d8968ea85eaf
Diffstat (limited to 'libc/include')
-rw-r--r-- | libc/include/pthread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/include/pthread.h b/libc/include/pthread.h index eb2d169..944bb68 100644 --- a/libc/include/pthread.h +++ b/libc/include/pthread.h @@ -231,6 +231,8 @@ int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid); int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)); +int pthread_setname_np(pthread_t thid, const char *thname); + typedef void (*__pthread_cleanup_func_t)(void*); typedef struct __pthread_cleanup_t { |