kernel/eka/kernel/execs.txt
branchRCL_3
changeset 256 c1f20ce4abcf
parent 62 4a8fed1c0ef6
child 257 3e88ff8f41d5
--- a/kernel/eka/kernel/execs.txt	Thu Aug 19 11:14:22 2010 +0300
+++ b/kernel/eka/kernel/execs.txt	Tue Aug 31 16:34:26 2010 +0300
@@ -680,6 +680,8 @@
 
 slow {
 	name = MutexWait
+	return = TInt
+	arg2 = TInt
 	handle = mutex
 }
 
@@ -1528,9 +1530,8 @@
 slow {
 	name = ThreadGetCpuTime
 	return = TInt
+	arg1 = TInt
 	arg2 = EXEC_INT64&
-	handle = thread
-	norelease
 }
 
 slow {
@@ -2430,13 +2431,19 @@
 	norelease
 }
 
-
 slow {
 	name = MathSecureRandom
 	return = TInt
 	arg1 = TDes8&
 }
 
+slow {
+	name = TimerAgainHighRes
+	arg2 = TRequestStatus&
+	arg3 = TInt
+	handle = timer
+}
+
 
 /******************************************************************************
  * End of normal executive functions