Home
last modified time | relevance | path

Searched refs:tpool (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c40 delete_pool(tpool_t *tpool) in delete_pool() argument
44 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 …]
H A Dthread_pool_impl.h65 struct tpool { struct
/titanic_41/usr/src/lib/libc/inc/
H A Dthread_pool.h40 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);
/titanic_41/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c128 tpool_t *tpool = tcdp->tcd_poolp; in sigev_add_work() local
131 if (tpool == NULL) in sigev_add_work()
137 if (tpool_dispatch(tpool, notifier, stdp) != 0) { in sigev_add_work()
/titanic_41/usr/src/lib/libc/
H A DMakefile.targ222 pics/%.o: $(LIBCBASE)/../port/tpool/%.c
/titanic_41/usr/src/lib/libc/amd64/
H A DMakefile1087 $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \
/titanic_41/usr/src/lib/libc/i386/
H A DMakefile.com1147 $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \
/titanic_41/usr/src/lib/libc/sparcv9/
H A DMakefile.com1103 $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \
/titanic_41/usr/src/lib/libc/sparc/
H A DMakefile.com1171 $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \