threadArg 96 plugin/pid/pid_miscwrappers.cpp struct ThreadArg *threadArg = (struct ThreadArg*) arg; threadArg 97 plugin/pid/pid_miscwrappers.cpp int (*fn) (void *) = threadArg->fn; threadArg 98 plugin/pid/pid_miscwrappers.cpp void *thread_arg = threadArg->arg; threadArg 99 plugin/pid/pid_miscwrappers.cpp pid_t virtualTid = threadArg -> virtualTid; threadArg 106 plugin/pid/pid_miscwrappers.cpp sem_post(&threadArg->sem); threadArg 141 plugin/pid/pid_miscwrappers.cpp struct ThreadArg *threadArg = threadArg 143 plugin/pid/pid_miscwrappers.cpp threadArg->fn = fn; threadArg 144 plugin/pid/pid_miscwrappers.cpp threadArg->arg = arg; threadArg 145 plugin/pid/pid_miscwrappers.cpp threadArg->virtualTid = virtualTid; threadArg 146 plugin/pid/pid_miscwrappers.cpp sem_init(&threadArg->sem, 0, 0); threadArg 149 plugin/pid/pid_miscwrappers.cpp pid_t tid = _real_clone(clone_start, child_stack, flags, threadArg, threadArg 166 plugin/pid/pid_miscwrappers.cpp sem_wait(&threadArg->sem); threadArg 167 plugin/pid/pid_miscwrappers.cpp sem_destroy(&threadArg->sem); threadArg 172 plugin/pid/pid_miscwrappers.cpp JALLOC_HELPER_FREE(threadArg); threadArg 140 threadwrappers.cpp struct ThreadArg *threadArg = (struct ThreadArg*) arg; threadArg 141 threadwrappers.cpp void *thread_arg = threadArg->arg; threadArg 142 threadwrappers.cpp void * (*pthread_fn) (void *) = threadArg->pthread_fn; threadArg 143 threadwrappers.cpp pid_t virtualTid = threadArg->virtualTid; threadArg 189 threadwrappers.cpp struct ThreadArg *threadArg = threadArg 191 threadwrappers.cpp threadArg->pthread_fn = start_routine; threadArg 192 threadwrappers.cpp threadArg->arg = arg; threadArg 215 threadwrappers.cpp retval = _real_pthread_create(thread, attr, pthread_start, threadArg); threadArg 222 threadwrappers.cpp JALLOC_HELPER_FREE(threadArg);