equal
deleted
inserted
replaced
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); |