Searched refs:__threads (Results 1 – 1 of 1) sorted by relevance
42 static pthreadList __threads[THREAD_HASH_SLOTS]; variable59 TAILQ_INIT(&__threads[i]); in __pthread_init()74 TAILQ_INSERT_HEAD(&__threads[thr->tid % THREAD_HASH_SLOTS], thr, threadTable); in __pthread_init()85 TAILQ_FOREACH(thr, &__threads[tid % THREAD_HASH_SLOTS], threadTable) { in pthread_self()133 TAILQ_INSERT_HEAD(&__threads[thr->tid % THREAD_HASH_SLOTS], thr, threadTable); in pthread_create()163 TAILQ_REMOVE(&__threads[thr->tid % THREAD_HASH_SLOTS], thr, threadTable); in pthread_join()