HomeSort by relevance Sort by last modified time
    Searched refs:pthread_internal_t (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
pthread_internal.h 35 typedef struct pthread_internal_t struct
37 struct pthread_internal_t* next;
38 struct pthread_internal_t** pref;
47 } pthread_internal_t; typedef in typeref:struct:pthread_internal_t
49 extern void _init_thread(pthread_internal_t * thread, pid_t kernel_id, pthread_attr_t * attr, void * stack_base);
pthread.c 95 static pthread_internal_t* gThreadList = NULL;
100 /* we simply malloc/free the internal pthread_internal_t structures. we may
104 static pthread_internal_t*
107 pthread_internal_t* thread;
117 _pthread_internal_free( pthread_internal_t* thread )
127 _pthread_internal_remove_locked( pthread_internal_t* thread )
134 _pthread_internal_remove( pthread_internal_t* thread )
142 _pthread_internal_add( pthread_internal_t* thread )
153 pthread_internal_t*
158 return (pthread_internal_t*) tls[TLS_SLOT_THREAD_ID]
    [all...]
libc_init_common.c 62 static pthread_internal_t thread;
pthread-rwlocks.c 62 extern pthread_internal_t* __get_thread(void);

Completed in 491 milliseconds