Searched refs:__thread_entry (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/arch-sh/bionic/
H A Dclone.S54 /* prepare args for __thread_entry */
61 /* jump to __thread_entry */
74 1: .long __thread_entry
/bionic/libc/arch-arm/bionic/
H A Dclone.S65 @ to the C __thread_entry function which does some setup and then
70 mov r2, sp @ __thread_entry needs the TLS pointer
71 b __thread_entry
/bionic/libc/bionic/
H A Dpthread.c192 void __thread_entry(int (*func)(void*), void *arg, void **tls) function
1699 * startup trampoline (__thread_entry) hasn't been run yet by the

Completed in 282 milliseconds