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

  /bionic/libc/bionic/
ptrace.c 60 void _thread_created_hook(pid_t thread_id) __attribute__((noinline));
61 void _thread_created_hook(pid_t thread_id) function
pthread.c 71 void _thread_created_hook(pid_t thread_id) __attribute__((noinline));
365 _thread_created_hook(tid);
    [all...]

Completed in 36 milliseconds