Searched refs:startfarg (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libsysevent/ |
H A D | libevchannel.c | 368 void *startfarg, void *cookie) in xsub_door_server_create() argument 385 return (xsa->xs_thrcreate(dip, startf, startfarg, in xsub_door_server_create() 397 err = pthread_create(NULL, thrattr, startf, startfarg); in xsub_door_server_create()
|
H A D | libsysevent.c | 2057 void *startfarg, void *cookie) in xdoor_server_create() argument 2065 return (xsa->xs_thrcreate(dip, startf, startfarg, in xdoor_server_create() 2077 err = pthread_create(NULL, thrattr, startf, startfarg); in xdoor_server_create()
|