List Question
20 TechQA 2023-03-15T13:54:06.490000Difference between __errno_location defined in "csu/errno-loc.c" "nptl/errno-loc.c"
51 views
Asked by brian
Incorrect local variable value after pthread_join
276 views
Asked by Vineel
Why NPTL threading in Linux still assignee unique PID to each thread?
429 views
Asked by Rudziankoŭ
How to ensure a signal handler never yields to a thread within the same process group?
708 views
Asked by Kristina
How are pthreads implemented in Linux kernel(>2.6) using NPTL?
474 views
Asked by Monku
pthread_create() : What is default priority and shceduling policy
6k views
Asked by Lunar Mushrooms
performance of pthread_cond_broadcast when no one is waiting on condition
1k views
Asked by tohava
Why two threads in NPTL have different pid in Ubuntu12.04
243 views
Asked by Chen Kaien
Why accessing pthread keys' sequence number is not synchronized in glibc's NPTL implementation?
302 views
Asked by spockwang
How can I decide how much stack I can use after a call to pthread_attr_setstacksize?
6.5k views
Asked by kungjohan
Kernel Level Thread Library
2.8k views
Asked by Abhishek Gupta
Linux thread switch overhead vs. process switch overhead
1.9k views
Asked by Jon Green
Use NPTL while keeping glibc with linuxthreads
939 views
Asked by Jean-Baptiste Reich
What is the purpose of this code segment from glibc
206 views
Asked by Gabriel Southern
What is the difference between NPTL and POSIX threads?
14.6k views
Asked by Whoami
NPTL: what is MULTIPLE_THREADS_OFFSET and how it is set
265 views
Asked by osgx
Compile and use glibc-2.13 from source for ubuntu x86_64 architecture
1k views
Asked by max
Do I need to do anything special to use NPTL (as opposed to pthreads)?
277 views
Asked by Alan B.