HomeSort by relevance Sort by last modified time
    Searched refs:cleanup3 (Results 1 - 3 of 3) sorted by null

  /system/extras/tests/bionic/libc/common/
test_pthread_cleanup_push.c 60 cleanup3( void* arg ) function
74 pthread_cleanup_push( cleanup3, (void*)MAGIC3 );
110 fprintf(stderr, "cleanup3 not called !!\n");
112 fprintf(stderr, "cleanup3 called with bad argument !!\n");
118 fprintf(stderr, "cleanup3 wrongly called !!\n");
120 fprintf(stderr, "cleanup3 wrongly called with bad argument !!\n");
  /external/openssl/crypto/objects/
obj_dat.c 207 static IMPLEMENT_LHASH_DOALL_FN(cleanup3, ADDED_OBJ)
233 lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup3)); /* free objects */
  /external/icu4c/common/
ubidi.c     [all...]

Completed in 80 milliseconds