HomeSort by relevance Sort by last modified time
    Searched refs:CLEANUP (Results 1 - 25 of 53) sorted by null

1 2 3

  /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/containers/pidns/
pidns04.c 59 #define CLEANUP cleanup
118 tst_brkm(TFAIL | TTERRNO, CLEANUP, "clone failed");
120 tst_brkm(TFAIL | TERRNO, CLEANUP, "wait failed");
131 tst_brkm(TFAIL, CLEANUP,
141 CLEANUP();
147 static void cleanup(void) function
  /external/ltp/testcases/kernel/timers/clock_gettime/
clock_gettime02.c 48 * Cleanup:
101 CLEANUP();
109 tst_sig(NOFORK, DEF_HANDLER, CLEANUP);
115 * CLEANUP() - Performs one time CLEANUP for this test at
118 void cleanup(void) function
  /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/network/rpc/basic_tests/rpc01/
rpc01 43 CLEANUP=${CLEANUP:="ON"}
94 if [ "$CLEANUP" = "ON" ]; then
  /external/ltp/testcases/network/rpc/basic_tests/rup/
rup01 55 CLEANUP=${CLEANUP:="ON"}
160 if [ "$CLEANUP" = "ON" ]; then
  /external/ltp/testcases/network/rpc/basic_tests/rusers/
rusers01 56 CLEANUP=${CLEANUP:="ON"}
154 if [ "$CLEANUP" = "ON" ]; then
  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 150 goto CLEANUP;
158 goto CLEANUP;
171 goto CLEANUP;
180 goto CLEANUP;
189 CLEANUP:
220 goto CLEANUP;
227 goto CLEANUP;
232 CLEANUP:
293 goto CLEANUP;
306 goto CLEANUP;
    [all...]
nptrans.cpp 224 goto CLEANUP;
237 goto CLEANUP;
256 goto CLEANUP;
272 CLEANUP:
  /external/ltp/testcases/kernel/timers/include/
common_timers.h 10 #define CLEANUP cleanup
  /external/icu/icu4c/source/common/
uidna.cpp 236 goto CLEANUP;
264 goto CLEANUP;
274 goto CLEANUP;
278 goto CLEANUP;
315 goto CLEANUP;
325 goto CLEANUP;
346 goto CLEANUP;
355 goto CLEANUP;
364 goto CLEANUP;
375 goto CLEANUP;
    [all...]
  /external/ltp/testcases/network/tcp_cmds/echo/
echo01 55 CLEANUP=${CLEANUP:-ON}
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 84 goto CLEANUP;
100 goto CLEANUP;
112 goto CLEANUP;
123 CLEANUP:
242 goto CLEANUP;
255 goto CLEANUP;
270 CLEANUP:
  /external/ltp/testcases/kernel/syscalls/mq_open/
mq_open01.c 51 void (*cleanup)(void); member in struct:test_case
119 .cleanup = unlink_queue,
128 .cleanup = unlink_queue,
137 .cleanup = restore_rlimit,
153 .cleanup = restore_max_queues,
214 static void cleanup(void) function
249 goto CLEANUP;
259 goto CLEANUP;
272 goto CLEANUP;
278 goto CLEANUP;
    [all...]
  /external/google-breakpad/android/
common-functions.sh 68 local CLEANUP CLEANUPS
72 for CLEANUP in $CLEANUPS; do
73 ($CLEANUP)
  /external/ltp/testcases/kernel/fs/fs_di/
fs_di 61 # If CLEANUP is not set; set it to "ON"
62 CLEANUP=${CLEANUP:="ON"}
95 if [ "$CLEANUP" = "ON" ]; then
  /external/ltp/testcases/network/rpc/basic_tests/rpcinfo/
rpcinfo01 66 CLEANUP=${CLEANUP:="ON"}
275 if [ "$CLEANUP" = "ON" ]; then
  /external/clang/utils/analyzer/
reducer.pl 14 my $dir = tempdir( CLEANUP => 1 );
  /external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify01.c 162 goto CLEANUP;
194 goto CLEANUP;
204 goto CLEANUP;
233 CLEANUP:
  /external/ltp/testcases/kernel/include/
regen.sh 42 #include "cleanup.c"
53 tst_brkm(TCONF, CLEANUP, \\
  /external/e2fsprogs/intl/
vasnprintf.c 121 #define CLEANUP() \
128 CLEANUP ();
805 CLEANUP ();
863 CLEANUP ();
872 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/ltp/testcases/kernel/syscalls/eventfd/
eventfd01.c 61 #define CLEANUP cleanup
681 tst_brkm(TBROK | TERRNO, CLEANUP,
686 tst_brkm(TBROK | TERRNO, CLEANUP,
708 cleanup();
716 tst_sig(FORK, DEF_HANDLER, cleanup);
726 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...]

Completed in 541 milliseconds

1 2 3