Searched refs:thread_self (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/proc/
H A Dthread_self.c9 * /proc/thread_self:
40 struct dentry *thread_self; local
44 thread_self = d_alloc_name(s->s_root, "thread-self");
45 if (thread_self) {
54 d_add(thread_self, inode);
57 dput(thread_self);
65 fs_info->proc_thread_self = thread_self;
H A DMakefile29 proc-y += thread_self.o
/linux-master/tools/testing/selftests/proc/
H A Dproc-subset-pid.c85 bool thread_self = false; local
101 assert(!thread_self);
102 thread_self = true;

Completed in 135 milliseconds