Searched refs:not_first_call (Results 1 – 3 of 3) sorted by relevance
490 int not_first_call; in __uClibc_main() local491 not_first_call = in __uClibc_main()493 if (__builtin_expect (! not_first_call, 1)) in __uClibc_main()
272 int not_first_call; in start_thread() local273 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()
646 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 6 milliseconds