Lines Matching refs:to
2 that are not fired at run time have close to zero overhead.
9 arg1 = pointer (pthread_t*) to thread
10 arg2 = pointer (pthread_attr_t*) to attr
11 arg3 = pointer (void *) to start_routine
12 arg4 = arguments to start_routine
16 arg3 = pointer to the list of arguments
31 mutex_entry - probe for entry to the pthread_mutex_lock function
33 mutex_timedlock_entry - probe for entry to the pthread_mutex_timedlock function
35 mutex_clocklock_entry - probe for entry to the pthread_mutex_clocklock function
44 wrlock_entry - probe for entry to the pthread_rwlock_wrlock function
46 rdlock_entry - probe for entry to the pthread_rwlock_rdlock function