Searched refs:tp_attr (Results 1 – 2 of 2) sorted by relevance
67 (void) pthread_attr_destroy(&tpool->tp_attr); in delete_pool()230 error = pthread_create(NULL, &tpool->tp_attr, tpool_worker, tpool); in create_worker()290 error = pthread_attr_clone(&tpool->tp_attr, attr); in tpool_create()298 (void) pthread_attr_setdetachstate(&tpool->tp_attr, in tpool_create()300 (void) pthread_attr_setdaemonstate_np(&tpool->tp_attr, in tpool_create()
75 pthread_attr_t tp_attr; /* attributes of the workers */ member