Lines Matching refs:probe
8 pthread_create - probe for pthread_create
13 pthread_start - probe for actual thread creation
17 pthread_join - probe for pthread_join
19 pthread_join_ret - probe for pthread_join return
25 mutex_init - probe for pthread_mutex_init
27 mutex_acquired - probe for succ. return of pthread_mutex_lock
29 mutex_timedlock_acquired - probe for succ. return of pthread_mutex_timedlock
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
38 mutex_release - probe for pthread_mutex_unlock after the successful release of a
41 mutex_destroy - probe for pthread_mutex_destroy
44 wrlock_entry - probe for entry to the pthread_rwlock_wrlock function
46 rdlock_entry - probe for entry to the pthread_rwlock_rdlock function
49 rwlock_destroy - probe for pthread_rwlock_destroy
51 wrlock_acquire_write - probe for pthread_rwlock_wrlock (after getting the lock)
53 rdlock_acquire_read - probe for pthread_rwlock_rdlock after successfully getting
56 rwlock_unlock - probe for pthread_rwlock_unlock
61 cond_init - probe for pthread_cond_init
64 cond_destroy - probe for pthread_cond_destroy
66 cond_wait - probe for pthread_cond_wait
69 cond_timedwait - probe for pthread_cond_timedwait
73 cond_signal - probe for pthread_cond_signal
75 cond_broadcast - probe for pthread_cond_broadcast