Searched defs:pthread_create (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_define.h | 56 #define pthread_create b_pthread_create macro
|
D | usr_lib_ops.h | 58 …int (*pthread_create)(pthread_t *thread, const pthread_attr_t *attr, void *(*startRoutine)(void *)… member
|
/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 | w32pthreads.h | 76 static av_unused int pthread_create(pthread_t *thread, const void *unused_attr, in pthread_create() function
|
D | os2threads.h | 80 static av_always_inline int pthread_create(pthread_t *thread, 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/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 130 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
|