Searched refs:guardsize1 (Results 1 – 1 of 1) sorted by relevance
98 size_t guardsize1, guardsize2; in tf() local99 err = pthread_attr_getguardsize (&a, &guardsize1); in tf()113 else if (guardsize1 != guardsize2) in tf()116 guardsize1, guardsize2); in tf()120 printf ("thread guardsize %zd\n", guardsize1); in tf()
Completed in 3 milliseconds