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

  /bionic/libc/arch-arm/bionic/
clone.S 59 # Pop 'fn' and 'arg' back off the stack and call __thread_entry.
61 # __thread_entry also needs our stack pointer.
63 b __thread_entry
  /bionic/libc/bionic/
pthread_create.cpp 88 extern "C" void __thread_entry(void* (*func)(void*), void* arg, void** tls) { function
239 // Mark the thread detached and let its __thread_entry run to

Completed in 732 milliseconds