Searched refs:to (Results 1 – 5 of 5) sorted by relevance
7 what to test?20 what to test?
2 that are not fired at run time have close to zero overhead.9 arg1 = pointer (pthread_t*) to thread10 arg2 = pointer (pthread_attr_t*) to attr11 arg3 = pointer (void *) to start_routine12 arg4 = arguments to start_routine16 arg3 = pointer to the list of arguments31 mutex_entry - probe for entry to the pthread_mutex_lock function33 mutex_timedlock_entry - probe for entry to the pthread_mutex_timedlock function35 mutex_clocklock_entry - probe for entry to the pthread_mutex_clocklock function44 wrlock_entry - probe for entry to the pthread_rwlock_wrlock function[all …]
126 uintptr_t to; in __pthread_getattr_np() local127 if (sscanf (line, "%" SCNxPTR "-%" SCNxPTR, &from, &to) != 2) in __pthread_getattr_np()130 && (uintptr_t) __libc_stack_end < to) in __pthread_getattr_np()135 rl.rlim_cur - (size_t) (to - (uintptr_t) stack_end); in __pthread_getattr_np()150 > to - (size_t) iattr->stackaddr) in __pthread_getattr_np()151 iattr->stacksize = to - (size_t) iattr->stackaddr; in __pthread_getattr_np()158 last_to = to; in __pthread_getattr_np()
19 - the scheduler should be thread group-aware, i.e., it has to give time to20 the thread group not proportional to the number of threads.
1 - we should probably extend pthread_mutexattr_t with a field to create a23 the semaphore changed from 0 to 1
Completed in 6 milliseconds