Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A D__uClibc_main.c490 int not_first_call; in __uClibc_main() local
491 not_first_call = in __uClibc_main()
493 if (__builtin_expect (! not_first_call, 1)) in __uClibc_main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_create.c272 int not_first_call; in start_thread() local
273 not_first_call = setjmp ((struct __jmp_buf_tag *) unwind_buf.cancel_jmp_buf); in start_thread()
274 if (__builtin_expect (! not_first_call, 1)) in start_thread()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dpthread.h646 int not_first_call = __sigsetjmp ((struct __jmp_buf_tag *) (void *) \
648 if (__builtin_expect (not_first_call, 0)) \
681 int not_first_call = __sigsetjmp ((struct __jmp_buf_tag *) (void *) \
683 if (__builtin_expect (not_first_call, 0)) \

Completed in 8 milliseconds