kerneltest/e32test/debug/t_context.cpp
changeset 149 d9f1e5bfe28c
parent 0 a41df078684a
child 257 3e88ff8f41d5
child 293 0659d0e1a03c
equal deleted inserted replaced
135:5e441a173c63 149:d9f1e5bfe28c
   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);