HomeSort by relevance Sort by last modified time
    Searched defs:CLEANUP (Results 1 - 22 of 22) sorted by null

  /external/ltp/include/old/
cleanup.c 2 * Default cleanup logic because linux_syscall_numbers.h's need for cleanup
31 /* Did the user define a cleanup function? */
32 #ifndef CLEANUP
34 #define CLEANUP dummy_cleanup
38 static void CLEANUP(void) __attribute__ ((unused));
  /external/ltp/testcases/kernel/timers/include/
common_timers.h 10 #define CLEANUP cleanup
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
2-2.c 19 * Pending cancelation cleanup handlers are executed in FILO order.
103 #define CLEANUP(n) void clnp##n(void * arg)\
109 CLEANUP(1)
110 CLEANUP(2)
111 CLEANUP(3)
201 ("The cleanup handlers were not called as expected");
3-2.c 19 * The TLD destructors (if any) are executed after the cancelation cleanup handlers,
105 #define CLEANUP(n) void clnp##n(void * arg)\
111 /* Cancelation cleanup handlers */
112 CLEANUP(1)
113 CLEANUP(2)
114 CLEANUP(3)
235 ("The cleanup handlers were not called as expected");
  /external/ltp/testcases/kernel/containers/pidns/
pidns04.c 60 #define CLEANUP cleanup
119 tst_brkm(TFAIL | TTERRNO, CLEANUP, "clone failed");
121 tst_brkm(TFAIL | TERRNO, CLEANUP, "wait failed");
132 tst_brkm(TFAIL, CLEANUP,
142 CLEANUP();
148 static void cleanup(void) function
  /external/vixl/test/aarch64/
test-disasm-aarch64.cc 147 #define CLEANUP()
178 CLEANUP();
203 CLEANUP();
244 CLEANUP();
300 CLEANUP();
335 CLEANUP();
362 CLEANUP();
388 CLEANUP();
418 CLEANUP();
444 CLEANUP();
    [all...]
  /external/e2fsprogs/intl/
vasnprintf.c 121 #define CLEANUP() \
128 CLEANUP ();
805 CLEANUP ();
863 CLEANUP ();
872 CLEANUP ();
  /external/ltp/testcases/kernel/syscalls/eventfd/
eventfd01.c 61 #define CLEANUP cleanup
673 tst_brkm(TBROK | TERRNO, CLEANUP,
678 tst_brkm(TBROK | TERRNO, CLEANUP,
700 cleanup();
708 tst_sig(FORK, DEF_HANDLER, cleanup);
718 static void cleanup(void) function
  /external/syslinux/gpxe/src/
Makefile 6 CLEANUP :=
  /external/vixl/test/aarch32/
test-disasm-a32.cc 63 #define CLEANUP()
389 CLEANUP();
404 CLEANUP();
498 CLEANUP();
616 CLEANUP();
636 CLEANUP();
726 CLEANUP();
    [all...]
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 62 CLEANUP = 0x0,
117 case Descriptor::CLEANUP: {
118 // TODO(ajwong): Handle cleanup descriptors.
577 // is now the landing pad for the cleanup from a previous execution of
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 63 CLEANUP = 0x0,
118 case Descriptor::CLEANUP: {
119 // TODO(ajwong): Handle cleanup descriptors.
568 // is now the landing pad for the cleanup from a previous execution of
    [all...]
  /external/bison/lib/
vasnprintf.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 2001 milliseconds