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

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c368 void *startfarg, void *cookie)
385 return (xsa->xs_thrcreate(dip, startf, startfarg,
397 err = pthread_create(NULL, thrattr, startf, startfarg);
367 xsub_door_server_create(door_info_t *dip, void *(*startf)(void *), void *startfarg, void *cookie) argument
H A Dlibsysevent.c2057 void *startfarg, void *cookie)
2065 return (xsa->xs_thrcreate(dip, startf, startfarg,
2077 err = pthread_create(NULL, thrattr, startf, startfarg);
2056 xdoor_server_create(door_info_t *dip, void *(*startf)(void *), void *startfarg, void *cookie) argument

Completed in 133 milliseconds