Searched refs:xthread (Results 1 – 1 of 1) sorted by relevance
2068 #define set__nested(xthread, xval) \ argument2069 (((xthread)->th.th_current_task->td_icvs.nested) = (xval))2070 #define get__nested(xthread) \ argument2071 (((xthread)->th.th_current_task->td_icvs.nested) ? (FTN_TRUE) : (FTN_FALSE))2074 (((xthread)->th.th_current_task->td_icvs.dynamic) = (xval))2076 (((xthread)->th.th_current_task->td_icvs.dynamic) ? (FTN_TRUE) : (FTN_FALSE))2079 (((xthread)->th.th_current_task->td_icvs.nproc) = (xval))2082 (((xthread)->th.th_current_task->td_icvs.max_active_levels) = (xval))2085 (((xthread)->th.th_current_task->td_icvs.sched) = (xval))2090 (((xthread)->th.th_current_task->td_icvs.proc_bind) = (xval))[all …]