Guest User

Untitled

a guest
Jul 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. -(void) flush {
  2. @synchronized(self) {
  3. HCLog(@"+ %p", [NSThread currentThread]);
  4. // ... some operations
  5. HCLog(@"- %p", [NSThread currentThread]);
  6. }
  7. }
  8.  
  9.  
  10. /*
  11. 2010-01-17 14:31:00.495 poc2[37089:5103] void -[Connection flush](Connection*, objc_selector*) [Line 174] + 0xf20700
  12. 2010-01-17 14:31:00.513 poc2[37089:5707] void -[Connection flush](Connection*, objc_selector*) [Line 174] + 0x1914510
  13. */
Add Comment
Please, Sign In to add comment