Home
last modified time | relevance | path

Searched refs:not_first_call (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/nptl/
Dlibc_start_call_main.h35 int not_first_call; in __libc_start_call_main() local
44 not_first_call = setjmp ((struct __jmp_buf_tag *) unwind_buf.cancel_jmp_buf); in __libc_start_call_main()
46 if (__glibc_likely (! not_first_call)) in __libc_start_call_main()
/glibc-2.36/nptl/
Dpthread_create.c391 int not_first_call; in start_thread() local
400 not_first_call = setjmp ((struct __jmp_buf_tag *) unwind_buf.cancel_jmp_buf); in start_thread()
421 if (__glibc_likely (! not_first_call)) in start_thread()
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl2010 [!__EXCEPTIONS]: Mangle local variable not_first_call.
DChangeLog.2312183 (not_first_call): Remove.
12185 (not_first_call): Remove.