Home
last modified time | relevance | path

Searched refs:uthread_set_returnval (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/pthread/
H A Dpthread_shims.c117 uthread_set_returnval(struct uthread *uth, int retval) in uthread_set_returnval() function
558 .uthread_set_returnval = uthread_set_returnval,
/xnu-11215/bsd/sys/
H A Dpthread_shims.h196 void (*uthread_set_returnval)(struct uthread *t, int val); member