Lines Matching full:cond_init
65 is built upon the Solaris one (cond_init), intercept only the bottom one.
1478 // Solaris: cond_init (pthread_cond_init is built atop on this function)
1527 PTH_FUNC(int, condZuinit, // cond_init
1535 fprintf(stderr, "<< cond_init %p", cond); fflush(stderr);
1546 DO_PthAPIerror("cond_init", ret);
1550 fprintf(stderr, " cond_init -> %d >>\n", ret);
1580 const pthread_cond_t cond_init = PTHREAD_COND_INITIALIZER;
1581 cond_is_init = my_memcmp(cond, &cond_init, sizeof(*cond)) == 0;