kerneltest/e32test/debug/t_context.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
equal deleted inserted replaced
256:c1f20ce4abcf 257:3e88ff8f41d5
   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);
       
   412 
   411 
   413 	if (aCallback != ENoCallback)
   412 	if (aCallback != ENoCallback)
   414 		{
   413 		{
   415 		test.Printf(_L("Adding user callback type %d\n"), aCallback);
   414 		test.Printf(_L("Adding user callback type %d\n"), aCallback);
   416 		Channel.AddUserCallback(t.Id(), aCallback);
   415 		Channel.AddUserCallback(t.Id(), aCallback);