Searched refs:__pthread_getaffinity_np (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/nptl/ |
D | pthread_getaffinity.c | 29 __pthread_getaffinity_np (pthread_t th, size_t cpusetsize, cpu_set_t *cpuset) in __pthread_getaffinity_np() function 43 libc_hidden_def (__pthread_getaffinity_np) 44 versioned_symbol (libc, __pthread_getaffinity_np, pthread_getaffinity_np, 48 strong_alias (__pthread_getaffinity_np, __pthread_getaffinity_alias) 58 return __pthread_getaffinity_np (th, 128, cpuset); in __pthread_getaffinity_old()
|
D | pthread_getattr_np.c | 188 ret = __pthread_getaffinity_np (thread_id, size, cpuset); in __pthread_getattr_np()
|
/glibc-2.36/sysdeps/nptl/ |
D | pthreadP.h | 551 extern int __pthread_getaffinity_np (pthread_t th, size_t cpusetsize, 553 libc_hidden_proto (__pthread_getaffinity_np)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.21 | 6249 (__pthread_getaffinity_np): New function. 6397 (__pthread_getaffinity_np): Remove function.
|
D | ChangeLog.nptl | 7446 __pthread_getaffinity_np.
|