Home
last modified time | relevance | path

Searched defs:pthread_create (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h56 #define pthread_create b_pthread_create macro
Dusr_lib_ops.h58 …int (*pthread_create)(pthread_t *thread, const pthread_attr_t *attr, void *(*startRoutine)(void *)… member
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h195 #define pthread_create dng_pthread_create macro
/third_party/ffmpeg/compat/
Dw32pthreads.h76 static av_unused int pthread_create(pthread_t *thread, const void *unused_attr, in pthread_create() function
Dos2threads.h80 static av_always_inline int pthread_create(pthread_t *thread, in pthread_create() function
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c75 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/
Dthread_utils.c75 static int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() function
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c130 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function