Searched refs:cleanup2 (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_cleanup_push.c51 cleanup2( void* arg ) function
73 pthread_cleanup_push( cleanup2, (void*)MAGIC2 );
103 fprintf(stderr, "cleanup2 not called !!\n");
105 fprintf(stderr, "cleanup2 called with wrong argument\n");

Completed in 51 milliseconds