| /xnu-8020.101.4/osfmk/kern/ |
| H A D | waitq.h | 487 extern wait_result_t waitq_assert_wait64( 502 extern wait_result_t waitq_assert_wait64_leeway( 522 wait_result_t result, 536 wait_result_t result, 557 wait_result_t result, 576 wait_result_t result); 640 extern wait_result_t waitq_assert_wait64_locked( 668 wait_result_t result, 686 wait_result_t result, 705 wait_result_t result, [all …]
|
| H A D | sched_prim.h | 132 wait_result_t wresult); 137 wait_result_t wresult, 164 wait_result_t wresult, 232 wait_result_t result); 242 extern wait_result_t thread_block_reason( 415 __private_extern__ wait_result_t thread_mark_wait_locked( 422 wait_result_t result); 560 wait_result_t result); 581 extern wait_result_t thread_handoff_deallocate(thread_t thread, thread_handoff_option_t option); 615 extern wait_result_t thread_block( [all …]
|
| H A D | locks.h | 82 extern wait_result_t lck_spin_sleep( 88 extern wait_result_t lck_spin_sleep_grp( 95 extern wait_result_t lck_spin_sleep_deadline( 164 extern wait_result_t lck_mtx_sleep( 170 extern wait_result_t lck_mtx_sleep_deadline( 201 extern wait_result_t lck_spin_sleep_with_inheritor( 233 extern wait_result_t lck_ticket_sleep_with_inheritor( 265 extern wait_result_t lck_mtx_sleep_with_inheritor( 296 extern wait_result_t lck_rw_sleep_with_inheritor( 324 wait_result_t result, [all …]
|
| H A D | locks.c | 1007 wait_result_t 1015 wait_result_t res; in lck_spin_sleep_grp() 1035 wait_result_t 1048 wait_result_t 1056 wait_result_t res; in lck_spin_sleep_deadline() 1079 wait_result_t 1086 wait_result_t res; in lck_mtx_sleep() 1136 wait_result_t 1144 wait_result_t res; in lck_mtx_sleep_deadline() 1393 wait_result_t wait_result; in mutex_pause() [all …]
|
| H A D | kern_types.h | 86 typedef int wait_result_t; typedef 94 typedef void (*thread_continue_t)(void *, wait_result_t);
|
| H A D | turnstile.h | 831 extern wait_result_t 834 extern wait_result_t 838 wakeup_with_inheritor_and_turnstile_type(event_t event, turnstile_type_t type, wait_result_t result…
|
| H A D | waitq.c | 807 wait_result_t result; 1293 wait_result_t 1302 wait_result_t wait_result; in waitq_assert_wait64_locked() 1488 wait_result_t result, in waitq_wakeup64_all_locked() 1522 wait_result_t result, in waitq_wakeup64_one_locked() 1557 wait_result_t result, in waitq_wakeup64_identify_locked() 1595 thread_t thread, wait_result_t result) in waitq_wakeup64_thread_and_unlock() 2172 wait_result_t result, in select_waitq_wakeup_and_deinit() 2199 wait_result_t 2206 wait_result_t ret; in waitq_assert_wait64() [all …]
|
| H A D | lock_rw.h | 464 extern wait_result_t lck_rw_sleep( 488 extern wait_result_t lck_rw_sleep_deadline(
|
| H A D | test_mpsc_queue.c | 83 wait_result_t wr; in mpsc_test_pingpong()
|
| H A D | machine.h | 52 wait_result_t result);
|
| H A D | lock_rw.c | 808 wait_result_t res = 0; in lck_rw_lock_exclusive_gen() 1126 wait_result_t res = 0; in lck_rw_lock_shared_gen() 1395 wait_result_t res; in lck_rw_lock_shared_to_exclusive_success() 2339 wait_result_t 2346 wait_result_t res; in lck_rw_sleep() 2408 wait_result_t 2416 wait_result_t res; in lck_rw_sleep_deadline()
|
| H A D | syscall_subr.c | 348 static wait_result_t 395 wait_result_t
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | nwk_wq.c | 45 static void nwk_wq_thread_func(void *, wait_result_t); 48 static void nwk_wq_thread_func(void *v, wait_result_t w); 99 nwk_wq_thread_func(void *v, wait_result_t w) in nwk_wq_thread_func()
|
| H A D | flowadv.c | 117 static void flowadv_thread_func(void *, wait_result_t); 243 flowadv_thread_func(void *v, wait_result_t w) in flowadv_thread_func()
|
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_object.h | 913 static __inline__ wait_result_t 919 wait_result_t wr; in vm_object_assert_wait() 930 static __inline__ wait_result_t 936 wait_result_t wr; in vm_object_wait() 944 static __inline__ wait_result_t 950 wait_result_t wr; in thread_sleep_vm_object() 968 static __inline__ wait_result_t 974 wait_result_t wr; in vm_object_sleep() 1094 wait_result_t _wr; \ 1109 wait_result_t _wr; \ [all …]
|
| /xnu-8020.101.4/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 43 static void cuckoo_test_start(void *, wait_result_t); 44 static void cuckoo_test_stop(void *, wait_result_t); 350 cht_concurrent_add(void *v, wait_result_t w) in cht_concurrent_add() 448 cht_concurrent_del(void *v, wait_result_t w) in cht_concurrent_del() 513 cht_concurrent_duo(void *v, wait_result_t w) in cht_concurrent_duo() 609 void (*cht_concurrent_ops)(void *v, wait_result_t w), in cht_concurrent_tests() 672 cuckoo_test_start(void *v, wait_result_t w) in cuckoo_test_start() 695 cuckoo_test_stop(void *v, wait_result_t w) in cuckoo_test_stop()
|
| /xnu-8020.101.4/osfmk/ipc/ |
| H A D | ipc_mqueue.h | 186 extern wait_result_t ipc_mqueue_receive_on_thread_and_unlock( 197 wait_result_t wresult);
|
| H A D | ipc_mqueue.c | 111 static void ipc_mqueue_receive_results(wait_result_t result); 765 ipc_mqueue_receive_results(wait_result_t saved_wait_result) in ipc_mqueue_receive_results() 823 wait_result_t wresult) in ipc_mqueue_receive_continue() 860 wait_result_t wresult; in ipc_mqueue_receive() 894 wait_result_t 905 wait_result_t wresult; in ipc_mqueue_receive_on_thread_and_unlock()
|
| /xnu-8020.101.4/osfmk/tests/ |
| H A D | kernel_tests.c | 921 __unused wait_result_t wr) in thread_lock_unlock_kernel_primitive() 1188 static wait_result_t 1191 wait_result_t ret = KERN_SUCCESS; in primitive_sleep_with_inheritor() 1458 __unused wait_result_t wr) in thread_inheritor_like_mutex() 1460 wait_result_t wait; in thread_inheritor_like_mutex() 1511 __unused wait_result_t wr) in thread_just_inheritor_do_work() 1551 __unused wait_result_t wr) in thread_steal_work() 1612 __unused wait_result_t wr) in thread_no_inheritor_work() 1639 __unused wait_result_t wr) in thread_mtx_work() 1739 __unused wait_result_t wr) in thread_rw_work() [all …]
|
| /xnu-8020.101.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 41 static void nx_netif_mit_thread_func(void *, wait_result_t); 42 static void nx_netif_mit_thread_cont(void *, wait_result_t); 43 static void nx_netif_mit_s_thread_cont(void *, wait_result_t); 504 nx_netif_mit_thread_func(void *v, wait_result_t w) in nx_netif_mit_thread_func() 533 nx_netif_mit_s_thread_cont(void *v, wait_result_t wres) in nx_netif_mit_s_thread_cont() 623 nx_netif_mit_thread_cont(void *v, wait_result_t wres) in nx_netif_mit_thread_cont()
|
| /xnu-8020.101.4/bsd/security/audit/ |
| H A D | audit_bsd.c | 326 wait_result_t 329 wait_result_t res = THREAD_AWAKENED; in _audit_slck_lock()
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | platform_tests.c | 431 lt_trylock_thread(void *arg, wait_result_t wres __unused) in lt_trylock_thread() 612 lt_thread(void *arg, wait_result_t wres __unused) in lt_thread() 638 lt_bound_thread(void *arg, wait_result_t wres __unused) in lt_bound_thread() 661 lt_e_thread(void *arg, wait_result_t wres __unused) in lt_e_thread() 675 lt_p_thread(void *arg, wait_result_t wres __unused) in lt_p_thread() 1237 arm64_pan_test_thread(void *arg, wait_result_t __unused wres) in arm64_pan_test_thread()
|
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | misc_protos.h | 68 extern void __dead2 Call_continuation(thread_continue_t, void *, wait_result_t, boolean_t enable_in…
|
| /xnu-8020.101.4/osfmk/kperf/ |
| H A D | pet.c | 121 static void kppet_thread(void * param, wait_result_t wr); 277 kppet_thread(void * __unused param, wait_result_t __unused wr) in kppet_thread()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | sys_ulock.c | 425 static void ulock_wait_continue(void *, wait_result_t); 429 wait_result_to_return_code(wait_result_t wr) in wait_result_to_return_code() 693 wait_result_t wr; in sys_ulock_wait2() 821 ulock_wait_continue(__unused void * parameter, wait_result_t wr) in ulock_wait_continue()
|