Home | History | Annotate | Download | only in vm

Lines Matching full:gettid

46 /* desktop Linux needs a little help with gettid() */
51 _syscall0(pid_t,gettid)
53 pid_t gettid() { return syscall(__NR_gettid);}
879 * where getpid() and gettid() sometimes agree and sometimes don't depending
885 return gettid();