Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/pthread/
H A Dpthread_shims.c83 PTHREAD_STRUCT_ACCESSOR(proc_get_pthsize, proc_set_pthsize, int, struct proc*, p_pthsize);
533 .proc_set_pthsize = proc_set_pthsize,
/xnu-8796.121.2/bsd/sys/
H A Dpthread_shims.h159 void (*proc_set_pthsize)(struct proc *t, int size); member