OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cleanup1
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/bionic/libc/common/
test_pthread_cleanup_push.c
42
cleanup1
( void* arg )
function
72
pthread_cleanup_push(
cleanup1
, (void*)MAGIC1 );
95
fprintf(stderr, "
cleanup1
not called !!\n");
97
fprintf(stderr, "
cleanup1
called with wrong argument\n" );
/external/openssl/crypto/objects/
obj_dat.c
190
static void
cleanup1
(ADDED_OBJ *a)
function
208
static IMPLEMENT_LHASH_DOALL_FN(
cleanup1
, ADDED_OBJ *)
216
lh_doall(added,LHASH_DOALL_FN(
cleanup1
)); /* zero counters */
Completed in 201 milliseconds