Home
last modified time | relevance | path

Searched refs:stopped_start (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/nptl/
Dpthread_create.c232 bool *stopped_start, void *stackaddr, in create_thread() argument
243 *stopped_start = true; in create_thread()
245 pd->stopped_start = *stopped_start; in create_thread()
246 if (__glibc_unlikely (*stopped_start)) in create_thread()
309 assert (*stopped_start); in create_thread()
321 assert (*stopped_start); in create_thread()
343 if (pd->stopped_start) in start_thread()
767 bool stopped_start = false; bool thread_ran = false; in __pthread_create_2_1() local
795 stopped_start = true; in __pthread_create_2_1()
799 retval = create_thread (pd, iattr, &stopped_start, stackaddr, in __pthread_create_2_1()
[all …]
Ddescr.h331 bool stopped_start; member
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl6560 * descr.h (struct pthread): Add stopped_start field.
6564 startup if stopped_start flag says so.
DChangeLog.215526 (stopped_start): New.
DChangeLog.1810564 (create_thread): Use bool *stopped_start.
10566 (__pthread_create_2_1): Add local bool stopped_start and use
10567 that instead of pd->stopped_start where appropriate.
10568 * nptl/createthread.c (create_thread): Use bool *stopped_start.
10569 * sysdeps/nacl/createthread.c (create_thread): Use bool *stopped_start.
44333 THREAD_RAN. Always set PD->stopped_start to something here. Don't
DChangeLog.2312234 (stopped_start): Remove.
12241 (stopped_start): Remove.