Home
last modified time | relevance | path

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

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