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

  /bionic/libc/arch-sh/bionic/
clone.S 54 /* prepare args for __thread_entry */
61 /* jump to __thread_entry */
74 1: .long __thread_entry
  /bionic/libc/arch-arm/bionic/
clone.S 65 @ 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/
pthread.c 192 void __thread_entry(int (*func)(void*), void *arg, void **tls) function
    [all...]

Completed in 21 milliseconds