rstone
ad032fccda
Implement the D "cpu" variable, which returns curcpu. I have chosen not
...
to follow the example of OpenSolaris and its descendants, which implemented
cpu as an inline that took a value out of curthread. At certain points in
the FreeBSD scheduler curthread->td_oncpu will no longer be valid (in
particukar, just before the thread gets descheduled) so instead I have
implemented this as its own built-in variable.
Sponsored by: Sandvine Inc.
MFC after: 1 week
2012-04-26 01:07:03 +00:00
..
2012-04-20 21:37:42 +00:00
2012-04-25 22:44:07 +00:00
2012-04-20 15:01:23 +00:00
2012-04-18 08:55:26 +00:00
2012-04-26 01:07:03 +00:00
2012-04-16 21:22:02 +00:00
2012-04-22 18:56:56 +00:00
2012-04-23 23:05:14 +00:00
2012-01-21 17:45:27 +00:00
2012-04-12 21:34:58 +00:00
2012-04-25 02:46:13 +00:00
2012-04-23 14:10:34 +00:00
2012-04-12 21:34:58 +00:00
2012-04-23 16:35:19 +00:00
2012-04-23 14:10:34 +00:00
2012-04-20 21:37:42 +00:00
2012-03-21 08:38:42 +00:00
2011-11-22 21:28:20 +00:00
2012-04-23 20:56:05 +00:00
2012-03-26 18:22:04 +00:00
2012-04-21 04:17:30 +00:00
2012-04-21 01:51:16 +00:00
2012-04-22 16:13:23 +00:00
2012-04-15 20:29:39 +00:00
2012-02-28 15:07:05 +00:00
2012-04-22 17:00:52 +00:00
2012-04-23 20:45:31 +00:00
2012-03-21 08:43:38 +00:00
2012-02-17 02:39:58 +00:00
2012-01-05 19:00:36 +00:00
2011-11-18 03:05:20 +00:00
2012-02-17 02:39:58 +00:00
2012-04-23 13:21:28 +00:00
2011-12-15 02:26:53 +00:00
2012-01-31 02:11:05 +00:00
2012-04-23 21:50:10 +00:00
2012-04-22 04:36:25 +00:00
2012-04-16 10:33:46 +00:00
2012-04-24 13:37:43 +00:00
2012-04-08 11:01:49 +00:00
2012-04-16 18:29:07 +00:00
2012-04-23 20:56:05 +00:00
2012-02-21 19:35:59 +00:00
2012-04-23 17:56:35 +00:00
2012-04-22 17:58:30 +00:00
2012-04-17 00:54:38 +00:00
2012-02-29 17:47:01 +00:00
2012-03-20 18:05:15 +00:00