kerneltest/e32test/debug/t_context.cpp
branchRCL_3
changeset 43 c1f20ce4abcf
parent 0 a41df078684a
child 44 3e88ff8f41d5
equal deleted inserted replaced
42:a179b74831c9 43:c1f20ce4abcf
   406 
   406 
   407 	// Boost thread's priority and kick it off.  This ensures we'll 
   407 	// Boost thread's priority and kick it off.  This ensures we'll 
   408 	// run again only after it is blocked on its request semaphore.
   408 	// run again only after it is blocked on its request semaphore.
   409 	t.SetPriority(EPriorityMore);
   409 	t.SetPriority(EPriorityMore);
   410 	t.Resume();
   410 	t.Resume();
       
   411 	User::After(500000);
   411 
   412 
   412 	if (aCallback != ENoCallback)
   413 	if (aCallback != ENoCallback)
   413 		{
   414 		{
   414 		test.Printf(_L("Adding user callback type %d\n"), aCallback);
   415 		test.Printf(_L("Adding user callback type %d\n"), aCallback);
   415 		Channel.AddUserCallback(t.Id(), aCallback);
   416 		Channel.AddUserCallback(t.Id(), aCallback);