Guest User

Untitled

a guest
Apr 26th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. CLASS_NAME * a = new CLASS_NAME(...);
  2. pthread_create(&thrID[i], &attr, (void*(*)(CLASS_NAME *, void*)) entryPoint, ( CCLASS_NAME *, void * ) ( a, &processArg ));
Advertisement
Add Comment
Please, Sign In to add comment