#include <thread.h>

Go to the source code of this file.
Functions | |
| tid_typ | gettid (void) |
| Get the thread id of currently executing thread. | |
Definition in file gettid.c.
| tid_typ gettid | ( | void | ) |
Get the thread id of currently executing thread.
Definition at line 15 of file gettid.c.
References thrcurrent.
Referenced by create(), userret(), xsh_exit(), and xsh_kill().

1.5.6