]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/thread_act.defs
xnu-1504.7.4.tar.gz
[apple/xnu.git] / osfmk / mach / thread_act.defs
index 47055c765c2b0c14615e7f61fc87b6af466cdfc9..47a21a9e6947238ab19a3bffc6a8987d91e1d15f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -268,13 +268,15 @@ out       policy_info             : thread_policy_t, CountInOut;
 inout  get_default             : boolean_t);
 
 /*
- * Thread profiling
- * This call is only valid for MACH_PROF compiled kernels.
- * Otherwise, KERN_FAILURE is returned.
+ *     Removed from the kernel.
  */
+#if KERNEL_SERVER
+skip;
+#else
 routine thread_sample(
                thread          : thread_act_t;
                reply           : mach_port_make_send_t);
+#endif
 
 /*
  *     ETAP has been removed from the kernel.
@@ -317,3 +319,5 @@ routine thread_set_policy(
        policy                  : policy_t;
        base                    : policy_base_t;
        limit                   : policy_limit_t);
+
+/* vim: set ft=c : */