Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 854) sorted by relevance

12345678910>>...35

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dcleanup.c76 ptw32_cleanup_t *cleanup; in ptw32_pop_cleanup() local
78 cleanup = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey); in ptw32_pop_cleanup()
80 if (cleanup != NULL) in ptw32_pop_cleanup()
82 if (execute && (cleanup->routine != NULL)) in ptw32_pop_cleanup()
85 (*cleanup->routine) (cleanup->arg); in ptw32_pop_cleanup()
89 pthread_setspecific (ptw32_cleanupKey, (void *) cleanup->prev); in ptw32_pop_cleanup()
93 return (cleanup); in ptw32_pop_cleanup()
99 ptw32_push_cleanup (ptw32_cleanup_t * cleanup, in ptw32_push_cleanup() argument
141 cleanup->routine = routine; in ptw32_push_cleanup()
142 cleanup->arg = arg; in ptw32_push_cleanup()
[all …]
/external/clang/test/Sema/
Dattr-cleanup.c5 extern int g1 __attribute((cleanup(c1))); // expected-warning {{'cleanup' attribute ignored}}
6 int g2 __attribute((cleanup(c1))); // expected-warning {{'cleanup' attribute ignored}}
7 static int g3 __attribute((cleanup(c1))); // expected-warning {{'cleanup' attribute ignored}}
11 int v1 __attribute((cleanup)); // expected-error {{'cleanup' attribute takes one argument}} in t1()
12 … int v2 __attribute((cleanup(1, 2))); // expected-error {{'cleanup' attribute takes one argument}} in t1()
14 static int v3 __attribute((cleanup(c1))); // expected-warning {{'cleanup' attribute ignored}} in t1()
16 int v4 __attribute((cleanup(h))); // expected-error {{use of undeclared identifier 'h'}} in t1()
18 int v5 __attribute((cleanup(c1))); in t1()
19 … int v6 __attribute((cleanup(v3))); // expected-error {{'cleanup' argument 'v3' is not a function}} in t1()
31 …int v1 __attribute__((cleanup(c2))); // expected-error {{'cleanup' function 'c2' must take 1 param… in t2()
[all …]
/external/llvm/test/CodeGen/X86/
D2010-04-30-LocalAlloc-LandingPad.ll22 %cleanup.dst = alloca i32 ; <i32*> [#uses=3]
23 %cleanup.dst7 = alloca i32 ; <i32*> [#uses=6]
29 store i32 1, i32* %cleanup.dst7
34 cleanup
56 store i32 1, i32* %cleanup.dst
61 cleanup
64 store i32 2, i32* %cleanup.dst
67 cleanup.pad: ; preds = %cleanup.switch
68 store i32 1, i32* %cleanup.dst7
71 cleanup.pad4: ; preds = %cleanup.switch
[all …]
Dasm-label.ll8 ; CHECK: LBB0_9: ## %cleanup
21 br label %cleanup
24 br label %cleanup
26 cleanup: ; preds = %if.end, %if.then9
28 i32 0, label %cleanup.cont
32 cleanup.cont: ; preds = %cleanup
35 if.end11: ; preds = %cleanup.cont, %cleanup, %land.lhs.true…
38 unreachable: ; preds = %cleanup
/external/e2fsprogs/lib/ext2fs/
Dmkdir.c53 goto cleanup; in ext2fs_mkdir()
61 goto cleanup; in ext2fs_mkdir()
68 goto cleanup; in ext2fs_mkdir()
76 goto cleanup; in ext2fs_mkdir()
99 goto cleanup; in ext2fs_mkdir()
102 goto cleanup; in ext2fs_mkdir()
107 goto cleanup; in ext2fs_mkdir()
111 goto cleanup; in ext2fs_mkdir()
123 goto cleanup; in ext2fs_mkdir()
126 goto cleanup; in ext2fs_mkdir()
[all …]
Dopenfs.c124 goto cleanup; in ext2fs_open2()
141 goto cleanup; in ext2fs_open2()
144 goto cleanup; in ext2fs_open2()
149 goto cleanup; in ext2fs_open2()
154 goto cleanup; in ext2fs_open2()
159 goto cleanup; in ext2fs_open2()
178 goto cleanup; in ext2fs_open2()
189 goto cleanup; in ext2fs_open2()
194 goto cleanup; in ext2fs_open2()
204 goto cleanup; in ext2fs_open2()
[all …]
Dsymlink.c48 goto cleanup; in ext2fs_symlink()
58 goto cleanup; in ext2fs_symlink()
61 goto cleanup; in ext2fs_symlink()
71 goto cleanup; in ext2fs_symlink()
109 goto cleanup; in ext2fs_symlink()
115 goto cleanup; in ext2fs_symlink()
119 goto cleanup; in ext2fs_symlink()
130 goto cleanup; in ext2fs_symlink()
133 goto cleanup; in ext2fs_symlink()
136 goto cleanup; in ext2fs_symlink()
[all …]
Dinitialize.c127 goto cleanup; in ext2fs_initialize()
132 goto cleanup; in ext2fs_initialize()
137 goto cleanup; in ext2fs_initialize()
158 goto cleanup; in ext2fs_initialize()
177 goto cleanup; in ext2fs_initialize()
181 goto cleanup; in ext2fs_initialize()
216 goto cleanup; in ext2fs_initialize()
234 goto cleanup; in ext2fs_initialize()
249 goto cleanup; in ext2fs_initialize()
271 goto cleanup; in ext2fs_initialize()
[all …]
Drw_bitmaps.c185 goto cleanup; in read_bitmaps()
188 goto cleanup; in read_bitmaps()
198 goto cleanup; in read_bitmaps()
201 goto cleanup; in read_bitmaps()
213 goto cleanup; in read_bitmaps()
220 goto cleanup; in read_bitmaps()
233 goto cleanup; in read_bitmaps()
240 goto cleanup; in read_bitmaps()
260 goto cleanup; in read_bitmaps()
268 goto cleanup; in read_bitmaps()
[all …]
Dbb_inode.c77 goto cleanup; in ext2fs_update_bb_inode()
88 goto cleanup; in ext2fs_update_bb_inode()
91 goto cleanup; in ext2fs_update_bb_inode()
105 goto cleanup; in ext2fs_update_bb_inode()
111 goto cleanup; in ext2fs_update_bb_inode()
114 goto cleanup; in ext2fs_update_bb_inode()
124 goto cleanup; in ext2fs_update_bb_inode()
134 goto cleanup; in ext2fs_update_bb_inode()
136 cleanup: in ext2fs_update_bb_inode()
/external/android-clat/
Dsetif.c48 goto cleanup; in add_address()
54 goto cleanup; in add_address()
63 goto cleanup; in add_address()
68 goto cleanup; in add_address()
74 goto cleanup; in add_address()
80 goto cleanup; in add_address()
84 goto cleanup; in add_address()
89 cleanup: in add_address()
109 goto cleanup; in if_up()
117 goto cleanup; in if_up()
[all …]
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h55 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
56 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
191 CrashRecoveryContextCleanup *cleanup; variable
194 : cleanup(Cleanup::create(x)) { in CrashRecoveryContextCleanupRegistrar()
195 if (cleanup) in CrashRecoveryContextCleanupRegistrar()
196 cleanup->getContext()->registerCleanup(cleanup); in CrashRecoveryContextCleanupRegistrar()
204 if (cleanup && !cleanup->cleanupFired) in unregister()
205 cleanup->getContext()->unregisterCleanup(cleanup); in unregister()
206 cleanup = 0; in unregister()
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp107 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup() argument
109 if (!cleanup) in registerCleanup()
112 head->prev = cleanup; in registerCleanup()
113 cleanup->next = head; in registerCleanup()
114 head = cleanup; in registerCleanup()
118 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup() argument
119 if (!cleanup) in unregisterCleanup()
121 if (cleanup == head) { in unregisterCleanup()
122 head = cleanup->next; in unregisterCleanup()
127 cleanup->prev->next = cleanup->next; in unregisterCleanup()
[all …]
/external/libsepol/src/
Dmodule.c482 goto cleanup; in sepol_module_package_read()
490 goto cleanup; in sepol_module_package_read()
499 goto cleanup; in sepol_module_package_read()
508 goto cleanup; in sepol_module_package_read()
516 goto cleanup; in sepol_module_package_read()
526 goto cleanup; in sepol_module_package_read()
535 goto cleanup; in sepol_module_package_read()
542 goto cleanup; in sepol_module_package_read()
549 goto cleanup; in sepol_module_package_read()
558 goto cleanup; in sepol_module_package_read()
[all …]
Dlink.c380 goto cleanup; in role_copy_callback()
385 goto cleanup; in role_copy_callback()
398 goto cleanup; in role_copy_callback()
407 goto cleanup; in role_copy_callback()
413 goto cleanup; in role_copy_callback()
417 goto cleanup; in role_copy_callback()
425 cleanup: in role_copy_callback()
477 goto cleanup; in type_copy_callback()
482 goto cleanup; in type_copy_callback()
496 goto cleanup; in type_copy_callback()
[all …]
/external/strace/tests/
Ddetach-stopped.test24 cleanup() function
37 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
43 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
51 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
56 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
60 cleanup
65 cleanup
Ddetach-sleeping.test23 cleanup() function
35 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
43 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
48 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
52 cleanup
57 cleanup
Ddetach-running.test22 cleanup() function
34 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
42 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
47 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
51 cleanup
56 cleanup
/external/clang/test/SemaCXX/
Dattr-cleanup.cpp12 int v1 __attribute__((cleanup(N::c1))); in t1()
13 …int v2 __attribute__((cleanup(N::c2))); // expected-error {{no member named 'c2' in namespace 'N'… in t1()
14 int v3 __attribute__((cleanup(C::c2))); // expected-error {{'c2' is a private member of 'C'}} in t1()
19 int v1 __attribute__((cleanup(c2))); // expected-error {{'c2' is a private member of 'C'}} in t2()
27 int v1 __attribute__((cleanup(c3))); // expected-error {{'c3' is not a single function}} in t3()
/external/openssl/crypto/evp/
Devp_locl.h134 key_len, iv_len, flags, init_key, cleanup, \ argument
141 cleanup, \
150 iv_len, flags, init_key, cleanup, set_asn1, \ argument
153 iv_len, flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
156 iv_len, cbits, flags, init_key, cleanup, \ argument
159 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
163 iv_len, cbits, flags, init_key, cleanup, \ argument
166 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
170 flags, init_key, cleanup, set_asn1, \ argument
173 0, flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
[all …]
/external/icu/icu4c/source/i18n/
Duspoof_wsconf.cpp138 goto cleanup; in buildWSConfusableData()
146 goto cleanup; in buildWSConfusableData()
152 goto cleanup; in buildWSConfusableData()
175 goto cleanup; in buildWSConfusableData()
178 goto cleanup; in buildWSConfusableData()
202 goto cleanup; in buildWSConfusableData()
206 goto cleanup; in buildWSConfusableData()
233 goto cleanup; in buildWSConfusableData()
243 goto cleanup; in buildWSConfusableData()
252 goto cleanup; in buildWSConfusableData()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Duspoof_wsconf.cpp138 goto cleanup; in buildWSConfusableData()
146 goto cleanup; in buildWSConfusableData()
152 goto cleanup; in buildWSConfusableData()
175 goto cleanup; in buildWSConfusableData()
178 goto cleanup; in buildWSConfusableData()
202 goto cleanup; in buildWSConfusableData()
206 goto cleanup; in buildWSConfusableData()
233 goto cleanup; in buildWSConfusableData()
243 goto cleanup; in buildWSConfusableData()
252 goto cleanup; in buildWSConfusableData()
[all …]
/external/valgrind/main/drd/
Ddrd_clientobj.h57 void (*cleanup)(union drd_clientobj*); member
66 void (*cleanup)(union drd_clientobj*); member
81 void (*cleanup)(union drd_clientobj*); member
93 void (*cleanup)(union drd_clientobj*); member
103 void (*cleanup)(union drd_clientobj*); member
118 void (*cleanup)(union drd_clientobj*); member
135 void (*cleanup)(union drd_clientobj*); member
/external/chromium_org/third_party/closure_compiler/
Dbump_compiler_version12 cleanup() { function
16 trap cleanup SIGINT SIGHUP SIGTERM
28 cleanup
36 cleanup
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathUtilities.cpp108 parser->cleanup(); in buildPathFromString()
123 parser->cleanup(); in buildPathFromByteStream()
139 parser->cleanup(); in buildStringFromByteStream()
158 parser->cleanup(); in buildSVGPathByteStreamFromString()
181 blender->cleanup(); in addToSVGPathByteStream()
198 parser->cleanup(); in getSVGPathSegAtLengthFromSVGPathByteStream()
215 parser->cleanup(); in getTotalLengthOfSVGPathByteStream()
232 parser->cleanup(); in getPointAtLengthOfSVGPathByteStream()

12345678910>>...35