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

  /bionic/libc/bionic/
fork.cpp 50 self->set_cached_pid(gettid());
53 self->set_cached_pid(parent_pid);
pthread_internal.h 58 set_cached_pid(0);
62 void set_cached_pid(pid_t value) { function in struct:pthread_internal_t
clone.cpp 81 self->set_cached_pid(parent_pid);
libc_init_common.cpp 84 main_thread.set_cached_pid(main_thread.tid);
pthread_create.cpp 211 thread->set_cached_pid(getpid());

Completed in 76 milliseconds