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

  /bionic/libc/arch-arm/bionic/
__bionic_clone.S 64 # Setting lr to 0 will make the unwinder stop at __start_thread
66 # Call __start_thread with the 'fn' and 'arg' we stored on the child stack.
68 b __start_thread
  /bionic/libc/bionic/
clone.cpp 40 extern "C" __LIBC_HIDDEN__ void __start_thread(int (*fn)(void*), void* arg) { function

Completed in 605 milliseconds