Searched refs:dd_thread (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/smserverd/
H A Dsmserver.h118 mutex_t dd_threadlock; /* lock to protect dd_thread field */
125 thread_t dd_thread; /* thread bound to the client door */ member in struct:door_data
H A Dsmediad.c164 * dd_thread The thread that handles the door_calls.
1492 * then calls pthread_create(). If that succeeds, dd_thread
1495 * to this function will eventually find that dd_thread is
1525 if (door_dp->dd_thread != 0) {
1551 door_dp->dd_thread = tid;

Completed in 122 milliseconds