Home | History | Annotate | Download | only in helgrind

Lines Matching refs:value_pointer

544 static int pthread_join_WRK(pthread_t thread, void** value_pointer)
553 CALL_FN_W_WW(ret, fn, thread,value_pointer);
571 pthread_t thread, void** value_pointer) {
572 return pthread_join_WRK(thread, value_pointer);
576 pthread_t thread, void** value_pointer) {
577 return pthread_join_WRK(thread, value_pointer);
581 pthread_t thread, void** value_pointer) {
582 return pthread_join_WRK(thread, value_pointer);