Gregory Nutt ebdfd16f0f Move gettid() implementation to /libs/libc/unistd
Move sched/task/task/task_gettid.c to libs/libc/unistd/lib_gettid.c.  gettid() is a dumb wrapper around getpid().  It is wasteful of resources to support TWO systme calls, one for getpid() and one for gettid().  Instead, move gettid() in the C library where it calls the single sysgtem call, getpid().  Much cleaner.
2020-09-22 19:40:56 -07:00
..
2020-05-14 10:49:44 -06:00
2020-09-18 19:51:55 -07:00
2020-05-08 07:20:49 -06:00
2020-09-14 12:16:58 -03:00
2019-01-09 14:26:51 -06:00