kernel/eka/kernel/execs.txt
changeset 90 947f0dc9f7a8
parent 0 a41df078684a
child 177 a232af6b0b1f
equal deleted inserted replaced
52:2d65c2f76d7b 90:947f0dc9f7a8
   638 
   638 
   639 slow {
   639 slow {
   640 	name = MathRandom
   640 	name = MathRandom
   641 	return = TUint32
   641 	return = TUint32
   642 	kernel = Kern::Random
   642 	kernel = Kern::Random
   643 	lock
       
   644 }
   643 }
   645 
   644 
   646 slow {
   645 slow {
   647 	name = IMBRange
   646 	name = IMBRange
   648 	user = Exec::IMB_Range
   647 	user = Exec::IMB_Range
  1527 }
  1526 }
  1528 
  1527 
  1529 slow {
  1528 slow {
  1530 	name = ThreadGetCpuTime
  1529 	name = ThreadGetCpuTime
  1531 	return = TInt
  1530 	return = TInt
       
  1531 	arg1 = TInt
  1532 	arg2 = EXEC_INT64&
  1532 	arg2 = EXEC_INT64&
  1533 	handle = thread
       
  1534 	norelease
       
  1535 }
  1533 }
  1536 
  1534 
  1537 slow {
  1535 slow {
  1538 	name = CodeSegCreate
  1536 	name = CodeSegCreate
  1539 	user = E32Loader
  1537 	user = E32Loader
  2429 	arg2 = SShBufBaseAndSize&
  2427 	arg2 = SShBufBaseAndSize&
  2430 	handle = shbuf
  2428 	handle = shbuf
  2431 	norelease
  2429 	norelease
  2432 }
  2430 }
  2433 
  2431 
       
  2432 slow {
       
  2433 	name = MathSecureRandom
       
  2434 	return = TInt
       
  2435 	arg1 = TDes8&
       
  2436 }
       
  2437 
       
  2438 slow {
       
  2439 	name = TimerAgainHighRes
       
  2440 	arg2 = TRequestStatus&
       
  2441 	arg3 = TInt
       
  2442 	handle = timer
       
  2443 }
       
  2444 
       
  2445 
  2434 /******************************************************************************
  2446 /******************************************************************************
  2435  * End of normal executive functions
  2447  * End of normal executive functions
  2436  ******************************************************************************/
  2448  ******************************************************************************/
  2437 
  2449 
  2438 // Test functions
  2450 // Test functions
  2459 	user = special
  2471 	user = special
  2460 	kernel = ::CalcKernelHeapUsed
  2472 	kernel = ::CalcKernelHeapUsed
  2461 	return = TInt
  2473 	return = TInt
  2462 }
  2474 }
  2463 
  2475 
       
  2476