Searched defs:worker (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/test/
H A Dthreadtest2.c74 ** This is the worker thread
76 void *worker(void *notUsed){ function
115 pthread_create(&aThread[i], 0, worker, 0);
/osnet-11/usr/src/lib/libcmdutils/common/
H A Ddecompress.c59 static struct worker { struct
63 struct worker *next;
90 * Spawn worker thread that copies remainder of input file to
96 * spawn worker thread that copies remainder of input file to pipe.
162 struct worker *wk;
180 if ((wk = calloc(1, sizeof (struct worker))) == NULL) {
247 struct worker *wk;
264 if ((wk = calloc(1, sizeof (struct worker))) == NULL) {
339 struct worker *wk, *nwk;
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_name.c2484 * Launch a netbios worker to process the received packet.
2488 pthread_t worker; local
2498 rc = pthread_create(&worker, &tattr,

Completed in 135 milliseconds