Home
last modified time | relevance | path

Searched refs:set_cached_pid (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dfork.cpp50 self->set_cached_pid(gettid()); in fork()
53 self->set_cached_pid(parent_pid); in fork()
Dpthread_internal.h72 set_cached_pid(0); in invalidate_cached_pid()
76 void set_cached_pid(pid_t value) { in set_cached_pid() function
D__libc_init_main_thread.cpp67 main_thread.set_cached_pid(main_thread.tid); in __libc_init_main_thread()
Dclone.cpp81 self->set_cached_pid(parent_pid); in clone()
Dpthread_create.cpp245 thread->set_cached_pid(getpid()); in pthread_create()