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

/osnet-11/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c101 sigev_thread_data_t *stdp = arg; local
102 void (*function)(union sigval) = stdp->std_func;
103 union sigval argument = stdp->std_arg;
105 lfree(stdp, sizeof (*stdp));
129 sigev_thread_data_t *stdp; local
133 if ((stdp = lmalloc(sizeof (*stdp))) == NULL)
135 stdp->std_func = function;
136 stdp
356 sigev_thread_data_t *stdp; local
[all...]

Completed in 40 milliseconds