Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 21 of 21) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dpause.c17 static _syscall0(int, __NC(pause))
18 CANCELLABLE_SYSCALL(int, pause, (void), ())
28 __NC(pause)(void)
39 CANCELLABLE_SYSCALL(int, pause, (void), ())
A Dnot-cancel.h104 INLINE_SYSCALL (pause, 0)
107 extern __typeof(pause) __pause_nocancel;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dpt-pause.S2 PSEUDO (__libc_pause, pause, 0)
6 weak_alias (__libc_pause, pause)
7 libpthread_hidden_weak (pause)
A Dpause.S2 PSEUDO (__libc_pause, pause, 0)
6 weak_alias (__libc_pause, pause)
7 libc_hidden_weak (pause)
A Dnot-cancel.h96 INLINE_SYSCALL (pause, 0)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cancel19.c129 pause (); in do_test()
153 pause (); in do_test()
A Dtst-mqueue3.c214 pause (); in do_test()
A Dtst-cancel4.c967 pause (); in tf_pause()
2128 ADD_TEST (pause, 2, 0),
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dunistd.SUSv4.syms45 pause
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dcancellation-points.c122 MAKE_CANCEL_THREAD_FUNC(pause, ())
241 ret += TEST_FUNC(pause); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dnot-cancel.h96 INLINE_SYSCALL (pause, 0)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/
A Dnot-cancel.h96 INLINE_SYSCALL (pause, 0)
/l4re-core-master/lua/lib/contrib/src/
A Dlbaselib.c230 int pause = (int)luaL_optinteger(L, 2, 0); in luaB_collectgarbage() local
233 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()
A Dlapi.c1203 int pause = va_arg(argp, int); in lua_gc() local
1207 if (pause != 0) in lua_gc()
1208 setgcparam(g->gcpause, pause); in lua_gc()
A Dlgc.c1459 int pause = getgcparam(g->gcpause); in setpause() local
1462 threshold = (pause < MAX_LMEM / estimate) /* overflow? */ in setpause()
1463 ? estimate * pause /* no overflow */ in setpause()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Ddialog.h233 int width, int pause);
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dwrapsyscall.c132 CANCELABLE_SYSCALL (int, pause, (void), ())
A Dlinuxthreads.texi361 @item @t{close} @tab @t{pause} @tab @t{sendto}
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dunistd.h495 extern int pause (void);
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dpthreads_hacking.txt349 + FUNC WEAK DEFAULT N pause
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog5249 @pause in the loop.
7082 * tst-cancel4.c: Add tests for the socket and signal functions, pause.
10217 * pt-pause.c: Removed.
10359 * sysdeps/unix/sysv/linux/pause.c: Removed.
10383 * sysdeps/unix/sysv/linux/pause.c: New file.
10556 * pt-pause.c: Likewise.

Completed in 35 milliseconds