Searched refs:tpool (Results 1 – 9 of 9) sorted by relevance
40 delete_pool(tpool_t *tpool) in delete_pool() argument44 ASSERT(tpool->tp_current == 0 && tpool->tp_active == NULL); in delete_pool()50 if (thread_pools == tpool) in delete_pool()51 thread_pools = tpool->tp_forw; in delete_pool()52 if (thread_pools == tpool) in delete_pool()55 tpool->tp_back->tp_forw = tpool->tp_forw; in delete_pool()56 tpool->tp_forw->tp_back = tpool->tp_back; in delete_pool()63 for (job = tpool->tp_head; job != NULL; job = tpool->tp_head) { in delete_pool()64 tpool->tp_head = job->tpj_next; in delete_pool()67 (void) pthread_attr_destroy(&tpool->tp_attr); in delete_pool()[all …]
65 struct tpool { struct
40 typedef struct tpool tpool_t; /* opaque thread pool descriptor */46 extern int tpool_dispatch(tpool_t *tpool,48 extern void tpool_destroy(tpool_t *tpool);49 extern void tpool_abandon(tpool_t *tpool);50 extern void tpool_wait(tpool_t *tpool);51 extern void tpool_suspend(tpool_t *tpool);52 extern int tpool_suspended(tpool_t *tpool);53 extern void tpool_resume(tpool_t *tpool);54 extern int tpool_member(tpool_t *tpool);
128 tpool_t *tpool = tcdp->tcd_poolp; in sigev_add_work() local131 if (tpool == NULL) in sigev_add_work()137 if (tpool_dispatch(tpool, notifier, stdp) != 0) { in sigev_add_work()
222 pics/%.o: $(LIBCBASE)/../port/tpool/%.c
1087 $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \
1147 $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \
1103 $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \
1171 $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \