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

/osnet-11/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c69 * Key for per-door data for doors created with door_xcreate.
74 * Each door_xcreate'd door has a struct privdoor_data allocated for it,
225 * door_create or door_xcreate.
279 door_xcreate(door_server_procedure_t *f, void *cookie, uint_t flags, function
342 * we are part of a door_xcreate'd door by checking for our TSD.
474 DOOR_XSYNC_ABORT, /* aborting door_xcreate */
508 * o synchronize with door_xcreate to indicate that we have successfully
509 * bound to the door; door_xcreate will not return until all
655 * a depletion callback, but not during door_xcreate.
698 * If we are aborting for a failed thread create in door_xcreate
[all...]

Completed in 24 milliseconds