Home
last modified time | relevance | path

Searched refs:resume (Results 1 – 10 of 10) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dunwind-forcedunwind.c43 void *resume; in pthread_cancel_init() local
59 || (resume = __libc_dlsym (handle, "_Unwind_Resume")) == NULL in pthread_cancel_init()
73 PTR_MANGLE (resume); in pthread_cancel_init()
74 libgcc_s_resume = resume; in pthread_cancel_init()
106 void (*resume) (struct _Unwind_Exception *exc) = libgcc_s_resume; in _Unwind_Resume() local
107 PTR_DEMANGLE (resume); in _Unwind_Resume()
108 resume (exc); in _Unwind_Resume()
A Dunwind-resume.c40 void *resume, *personality; in init() local
42 resume = personality = NULL; in init()
46 || (resume = dlsym (handle, "_Unwind_Resume")) == NULL in init()
53 libgcc_s_resume = resume; in init()
A DMakefile.in45 CFLAGS-OMIT-rt-unwind-resume.c = -DIS_IN_libpthread
48 CFLAGS-rt-unwind-resume.c = -DIS_IN_librt \
54 librt-pt-shared-only-routines-y = rt-unwind-resume.c
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/arm/
A Dunwind-resume.c37 void *resume, *personality; in init() local
43 || (resume = __libc_dlsym (handle, "_Unwind_Resume")) == NULL in init()
47 libgcc_s_resume = resume; in init()
A Dunwind-forcedunwind.c41 void *resume, *personality, *forcedunwind, *getcfa; in pthread_cancel_init() local
54 || (resume = __libc_dlsym (handle, "_Unwind_Resume")) == NULL in pthread_cancel_init()
65 libgcc_s_resume = resume; in pthread_cancel_init()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dcoroutine124 void operator()() const { resume(); }
126 void resume() const { __builtin_coro_resume(_M_fr_ptr); }
229 void operator()() const { resume(); }
231 void resume() const { __builtin_coro_resume(_M_fr_ptr); }
271 void resume() const noexcept {}
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dcoroutine124 void operator()() const { resume(); }
126 void resume() const { __builtin_coro_resume(_M_fr_ptr); }
247 void resume() const noexcept {}
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DREADME.NPTL52 nptl/sysdeps/pthread/rt-unwind-resume.c
67 nptl/sysdeps/pthread/unwind-resume.c
A DChangeLog104 * sysdeps/pthread/unwind-resume.c: Include <libgcc_s.h> and use
6656 * sysdeps/pthread/unwind-resume.c: New file.
6658 unwind-resume in csu subdir.
6659 (CFLAGS-unwind-resume.c, CFLAGS-rt-unwind-resume.c): Compile with
6662 rt-unwind-resume.
6663 * sysdeps/pthread/rt-unwind-resume.c: New file.
/l4re-core-master/lua/lib/contrib/src/
A Dldo.c726 static void resume (lua_State *L, void *ud) { in resume() function
788 status = luaD_rawrunprotected(L, resume, &nargs); in lua_resume()

Completed in 26 milliseconds