Searched refs:tp_attr (Results 1 – 2 of 2) sorted by relevance
49 (void) pthread_attr_destroy(&tpool->tp_attr); in delete_pool()217 error = pthread_create(&thread, &tpool->tp_attr, tpool_worker, tpool); in create_worker()248 (void) pthread_attr_init(&tpool->tp_attr); in tpool_create()249 (void) pthread_attr_setdetachstate(&tpool->tp_attr, in tpool_create()
79 pthread_attr_t tp_attr; /* attributes of the workers */ member