Home
last modified time | relevance | path

Searched defs:per_th (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1164 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1163 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
/third_party/musl/ldso/
H A Ddynlink.c1249 size_t per_th = temp_dso.tls.size + temp_dso.tls.align local
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2128 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
5325 size_t per_th = task->tls.size + task->tls.align + sizeof(void *) * (tls_cnt + TLS_CNT_INCREASE); in load_library_header() local
/third_party/musl/ldso/linux/
H A Ddynlink.c2316 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local
5714 size_t per_th = task->tls.size + task->tls.align + sizeof(void *) * (tls_cnt + TLS_CNT_INCREASE); in load_library_header() local

Completed in 25 milliseconds