Lines Matching refs:b
46 struct _pthread_cleanup_buffer b; in fn3() local
47 _pthread_cleanup_push (&b, clh, (void *) 4l); in fn3()
51 _pthread_cleanup_pop (&b, 1); in fn3()
70 struct _pthread_cleanup_buffer b; in fn5() local
71 _pthread_cleanup_push (&b, clh, (void *) 6l); in fn5()
75 _pthread_cleanup_pop (&b, 1); in fn5()
94 struct _pthread_cleanup_buffer b; in fn7() local
95 _pthread_cleanup_push (&b, clh, (void *) 8l); in fn7()
99 _pthread_cleanup_pop (&b, 1); in fn7()
118 struct _pthread_cleanup_buffer b; in fn9() local
119 _pthread_cleanup_push (&b, clh, (void *) 10l); in fn9()
123 _pthread_cleanup_pop (&b, 1); in fn9()