Home
last modified time | relevance | path

Searched refs:to (Results 1 – 5 of 5) sorted by relevance

/nptl/
A DTODO-testing7 what to test?
20 what to test?
A DDESIGN-systemtap-probes.txt2 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
[all …]
A Dpthread_getattr_np.c126 uintptr_t to; in __pthread_getattr_np() local
127 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()
A DTODO-kernel19 - the scheduler should be thread group-aware, i.e., it has to give time to
20 the thread group not proportional to the number of threads.
A DTODO1 - we should probably extend pthread_mutexattr_t with a field to create a
23 the semaphore changed from 0 to 1

Completed in 6 milliseconds