Searched defs:pthread_create (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_pthread.h | 195 #define pthread_create dng_pthread_create macro
|
| /third_party/ffmpeg/compat/ |
| D | os2threads.h | 80 static av_always_inline int pthread_create(pthread_t *thread, in pthread_create() function
|
| D | w32pthreads.h | 76 static av_unused int pthread_create(pthread_t *thread, const void *unused_attr, in pthread_create() function
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | thread_utils.c | 75 static int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() function
|
| /third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
| D | thread_utils.c | 75 static int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() function
|
| /third_party/mingw-w64/mingw-w64-libraries/winpthreads/src/ |
| D | thread.c | 1542 pthread_create (pthread_t *th, const pthread_attr_t *attr, void *(* func)(void *), void *arg) in pthread_create() function
|