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

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_cleanup_push.c60 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");

Completed in 98 milliseconds