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-03-26 22:30:13 -05:00
2020-09-22 10:30:36 +02:00
2020-08-22 17:37:21 -06:00
2019-02-11 12:09:26 -06:00
2020-09-11 17:58:17 +08:00
2020-07-29 10:14:27 +01:00
2020-07-13 20:25:03 +01:00
2020-09-19 03:20:09 -07:00
2020-09-19 03:20:09 -07:00
2019-09-20 06:23:48 -06:00
2019-09-03 10:57:51 -06:00
2019-09-03 10:57:51 -06:00
2019-09-03 10:57:51 -06:00
2020-07-30 10:33:08 +09:00
2020-05-07 10:31:05 -06:00
2020-09-19 01:06:51 -07:00
2020-09-15 10:28:21 -03:00
2020-08-22 17:37:21 -06:00
2020-09-22 19:40:56 -07:00
2019-08-06 14:13:43 -06:00
2020-06-23 17:34:54 +01:00
2020-09-18 20:01:26 -07:00
2020-09-18 20:01:26 -07:00
2020-08-11 16:44:42 +09:00
2019-09-03 10:57:51 -06:00
2019-09-03 10:57:51 -06:00
2019-08-10 10:42:53 -06:00
2020-05-01 10:43:47 -03:00
2020-09-19 01:06:51 -07:00
2020-01-31 09:24:49 -06:00
2020-01-31 09:24:49 -06:00
2020-09-15 10:28:21 -03:00
2019-08-06 07:17:23 -06:00
2020-07-13 20:25:03 +01:00
2020-06-27 22:43:13 +01:00
2020-08-29 23:21:47 +08:00
2020-09-22 19:40:56 -07:00