Searched defs:thread_id (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmpi_driver.h71 kthread_id_t thread_id; member in struct:rsmops_drv_registry
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c732 sthread_t thread_id; local
941 if ((r = thread_create(&thread_id,
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c115 pthread_t thread_id; local
124 (void) pthread_create(&thread_id, NULL, idmapd_door_thread_start, NULL);
127 thread_id, num);
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c328 * tq_nthreads as its "thread_id", and stores its thread pointer in the
329 * tq_threadlist at the (thread_id - 1). We keep the thread_id space
330 * densely packed by requiring that only the largest thread_id can exit during
1506 int thread_id; local
1528 thread_id = ++tq->tq_nthreads;
1533 VERIFY3S(thread_id, <=, tq->tq_nthreads_max);
1538 tq->tq_threadlist[thread_id - 1] = curthread;
1547 if (thread_id > tq->tq_nthreads_target) {
1550 * thread_id an
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c313 thread_id() function
360 CRYPTO_set_id_callback((unsigned long (*)())thread_id);

Completed in 101 milliseconds