Home
last modified time | relevance | path

Searched refs:thread_id (Results 1 – 3 of 3) sorted by relevance

/nptl/
A Dtest-mutex-printers.py44 thread_id = get_current_thread_lwpid() variable
49 'Owner ID': r'({0}|Unknown)'.format(thread_id)})
78 test_printer(var, to_string, {'Owner ID': thread_id,
A Dtest-rwlock-printers.py50 thread_id = get_current_thread_lwpid() variable
52 'Writer ID': thread_id})
A Dpthread_getattr_np.c32 __pthread_getattr_np (pthread_t thread_id, pthread_attr_t *attr) in __pthread_getattr_np() argument
34 struct pthread *thread = (struct pthread *) thread_id; in __pthread_getattr_np()
188 ret = __pthread_getaffinity_np (thread_id, size, cpuset); in __pthread_getattr_np()

Completed in 5 milliseconds