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

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

Completed in 241 milliseconds