Home
last modified time | relevance | path

Searched defs:thread_create (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libusb/tests/
H A Dstress_mt.c34 static inline int thread_create(thread_t *thread, in thread_create() function
60 static inline int thread_create(thread_t *thread, in thread_create() function
/aosp_15_r20/external/libusb/examples/
H A Ddpfp.c80 static inline int thread_create(thread_t *thread, in thread_create() function
122 static inline int thread_create(thread_t *thread, in thread_create() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_pthread_server.c239 static int thread_create(mbedtls_net_context *client_fd) in thread_create() function
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_pthread_server.c239 static int thread_create(mbedtls_net_context *client_fd) in thread_create() function
/aosp_15_r20/external/trusty/lk/kernel/
Dthread.c351 thread_t *thread_create(const char *name, thread_start_routine entry, void *arg, int priority, size… in thread_create() function