Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/ !
H A Dkern_exec.c388 static errno_t exec_handle_spawnattr_policy(proc_t p, thread_t thread, int psa_apptype, uint64_t ps…
2354 exec_handle_spawnattr_policy(proc_t p, thread_t thread, int psa_apptype, uint64_t psa_qos_clamp, in exec_handle_spawnattr_policy() function
4403 error = exec_handle_spawnattr_policy(p, imgp->ip_new_thread, psa->psa_apptype, psa->psa_qos_clamp, in posix_spawn()