Home
last modified time | relevance | path

Searched refs:__pthread_list_find (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/thread/
Dpthread_create.c404 struct pthread* __pthread_list_find(pthread_t thread_id, const char* info) in __pthread_list_find() function
429 struct pthread* thread = __pthread_list_find(t, "pthread_gettid_np"); in __pthread_gettid_np()
/third_party/musl/src/thread/linux/
Dpthread_create.c533 struct pthread* __pthread_list_find(pthread_t thread_id, const char* info) in __pthread_list_find() function
558 struct pthread* thread = __pthread_list_find(t, "pthread_gettid_np"); in __pthread_gettid_np()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c533 struct pthread* __pthread_list_find(pthread_t thread_id, const char* info) in __pthread_list_find() function
558 struct pthread* thread = __pthread_list_find(t, "pthread_gettid_np"); in __pthread_gettid_np()
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h274 hidden struct pthread* __pthread_list_find(pthread_t, const char*);
/third_party/musl/src/internal/
Dpthread_impl.h275 hidden struct pthread* __pthread_list_find(pthread_t, const char*);