| /xnu-10063.141.1/osfmk/kern/ |
| H A D | locks.h | 83 extern wait_result_t lck_spin_sleep( 89 extern wait_result_t lck_spin_sleep_grp( 96 extern wait_result_t lck_spin_sleep_deadline( 166 extern wait_result_t lck_spin_sleep_with_inheritor( 212 extern wait_result_t hw_lck_ticket_sleep_with_inheritor( 259 extern wait_result_t lck_ticket_sleep_with_inheritor( 303 extern wait_result_t lck_mtx_sleep_with_inheritor( 346 extern wait_result_t lck_rw_sleep_with_inheritor( 384 wait_result_t result, 390 wait_result_t result, [all …]
|
| H A D | waitq.h | 538 extern wait_result_t waitq_assert_wait64( 553 extern wait_result_t waitq_assert_wait64_leeway( 573 wait_result_t result, 591 wait_result_t result, 612 wait_result_t result, 631 wait_result_t result); 685 extern wait_result_t waitq_assert_wait64_locked( 709 wait_result_t result, 726 wait_result_t result, 743 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, 250 wait_result_t result); 260 extern wait_result_t thread_block_reason( 446 __private_extern__ wait_result_t thread_mark_wait_locked( 453 wait_result_t result); 601 wait_result_t result); 622 extern wait_result_t thread_handoff_deallocate(thread_t thread, thread_handoff_option_t option); 687 extern wait_result_t sched_cond_wait_parameter( [all …]
|
| H A D | locks.c | 1054 wait_result_t 1062 wait_result_t res; in lck_spin_sleep_grp() 1082 wait_result_t 1095 wait_result_t 1103 wait_result_t res; in lck_spin_sleep_deadline() 1126 wait_result_t 1133 wait_result_t res; in lck_mtx_sleep() 1183 wait_result_t 1191 wait_result_t res; in lck_mtx_sleep_deadline() 1270 wait_result_t result, in wakeup_with_inheritor_and_turnstile() [all …]
|
| H A D | waitq.c | 798 wait_result_t result; 1311 wait_result_t 1320 wait_result_t wait_result; in waitq_assert_wait64_locked() 1519 wait_result_t result, in waitq_wakeup64_all_locked() 1562 wait_result_t result, in waitq_wakeup64_one_locked() 1605 wait_result_t result, in waitq_wakeup64_identify_locked() 1646 wait_result_t result, in waitq_resume_identified_thread() 1669 wait_result_t result, in waitq_resume_and_bind_identified_thread() 1693 wait_result_t result) in waitq_wakeup64_thread_and_unlock() 2272 wait_result_t result) in select_waitq_wakeup_and_deinit() [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 | lock_mtx.h | 110 extern wait_result_t lck_mtx_sleep( 116 extern wait_result_t lck_mtx_sleep_deadline(
|
| H A D | epoch_sync.h | 142 extern wait_result_t esync_wait(struct ht *ns, uint64_t id, uint64_t epoch,
|
| H A D | lock_rw.h | 511 extern wait_result_t lck_rw_sleep( 535 extern wait_result_t lck_rw_sleep_deadline(
|
| H A D | epoch_sync.c | 335 wait_result_t 370 wait_result_t wr = waitq_assert_wait64(&ts->ts_waitq, in esync_wait() 548 const wait_result_t wr = esync_wait(&esync_test_ht, (uintptr_t)lock, epoch, in test_lock() 664 wait_result_t wr = esync_wait(&esync_test_ht, 0, 0, &counter, 0, in esync_test_wait()
|
| H A D | exclaves_log.c | 144 log_server_retrieve_logs(void *arg, __unused wait_result_t w) in log_server_retrieve_logs() 241 redacted_log_server_retrieve_logs(void *arg, __unused wait_result_t w) in redacted_log_server_retrieve_logs()
|
| H A D | kern_apfs_reflock.h | 326 wait_result_t kern_apfs_reflock_wait_for_unlock(kern_apfs_reflock_t reflock, wait_interrupt_t inter…
|
| H A D | testpoints.c | 63 wait_result_t wr = THREAD_AWAKENED; in tp_wait()
|
| H A D | test_mpsc_queue.c | 83 wait_result_t wr; in mpsc_test_pingpong()
|
| /xnu-10063.141.1/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 | 114 static void flowadv_thread_func(void *, wait_result_t); 262 flowadv_thread_func(void *v, wait_result_t w) in flowadv_thread_func()
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_object.h | 1087 static __inline__ wait_result_t 1093 wait_result_t wr; in vm_object_assert_wait() 1104 static __inline__ wait_result_t 1110 wait_result_t wr; in vm_object_wait() 1118 static __inline__ wait_result_t 1124 wait_result_t wr; in thread_sleep_vm_object() 1133 static __inline__ wait_result_t 1139 wait_result_t wr; in vm_object_sleep() 1259 wait_result_t _wr; \ 1274 wait_result_t _wr; \ [all …]
|
| /xnu-10063.141.1/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); 346 cht_concurrent_add(void *v, wait_result_t w) in cht_concurrent_add() 444 cht_concurrent_del(void *v, wait_result_t w) in cht_concurrent_del() 509 cht_concurrent_duo(void *v, wait_result_t w) in cht_concurrent_duo() 605 void (*cht_concurrent_ops)(void *v, wait_result_t w), in cht_concurrent_tests() 668 cuckoo_test_start(void *v, wait_result_t w) in cuckoo_test_start() 691 cuckoo_test_stop(void *v, wait_result_t w) in cuckoo_test_stop()
|
| /xnu-10063.141.1/osfmk/ipc/ |
| H A D | ipc_mqueue.h | 179 extern wait_result_t ipc_mqueue_receive_on_thread_and_unlock( 188 wait_result_t wresult);
|
| H A D | ipc_mqueue.c | 111 static void ipc_mqueue_receive_results(wait_result_t result); 845 ipc_mqueue_receive_results(wait_result_t saved_wait_result) in ipc_mqueue_receive_results() 905 wait_result_t wresult) in ipc_mqueue_receive_continue() 943 wait_result_t wresult; in ipc_mqueue_receive() 976 wait_result_t 986 wait_result_t wresult; in ipc_mqueue_receive_on_thread_and_unlock()
|
| /xnu-10063.141.1/osfmk/tests/ |
| H A D | pmap_tests.c | 131 pmap_disconnect_thread(void *arg, wait_result_t __unused wres) in pmap_disconnect_thread() 182 pmap_remove_thread(void *arg, wait_result_t __unused wres) in pmap_remove_thread() 255 pmap_nest_thread(void *arg, wait_result_t __unused wres) in pmap_nest_thread() 567 hugepv_remove_enter_thread(void *arg, wait_result_t __unused wres) in hugepv_remove_enter_thread() 600 hugepv_fast_fault_thread(void *arg, wait_result_t __unused wres) in hugepv_fast_fault_thread() 627 hugepv_cache_attr_thread(void *arg, wait_result_t __unused wres) in hugepv_cache_attr_thread()
|
| H A D | kernel_tests.c | 930 __unused wait_result_t wr) in thread_lock_unlock_kernel_primitive() 1200 static wait_result_t 1203 wait_result_t ret = KERN_SUCCESS; in primitive_sleep_with_inheritor() 1470 __unused wait_result_t wr) in thread_inheritor_like_mutex() 1472 wait_result_t wait; in thread_inheritor_like_mutex() 1523 __unused wait_result_t wr) in thread_just_inheritor_do_work() 1563 __unused wait_result_t wr) in thread_steal_work() 1624 __unused wait_result_t wr) in thread_no_inheritor_work() 1651 __unused wait_result_t wr) in thread_mtx_work() 1751 __unused wait_result_t wr) in thread_rw_work() [all …]
|
| /xnu-10063.141.1/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() 640 nx_netif_mit_thread_cont(void *v, wait_result_t wres) in nx_netif_mit_thread_cont()
|
| /xnu-10063.141.1/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-10063.141.1/osfmk/arm/ |
| H A D | misc_protos.h | 71 extern void __dead2 Call_continuation(thread_continue_t, void *, wait_result_t, boolean_t enable_in…
|