Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dstackshot_block_owner_14362384.m223 uint8_t type = [elem[@"wait_type"] unsignedCharValue];
227 curr->wait_type = type;
544 if (curr->wait_type == kThreadWaitSemaphore)
584 …T_EXPECT_EQ(waitinfo.wait_type, kThreadWaitSemaphore, "Wait type should match expected Semaphore v…
640 …T_EXPECT_EQ(waitinfo.wait_type, kThreadWaitPortSend, "Wait type should match expected PortSend val…
673 …T_EXPECT_EQ(waitinfo.wait_type, kThreadWaitUserLock, "Wait type should match expected UserLock val…
717 if (curr->wait_type == kThreadWaitSemaphore)
770 T_EXPECT_EQ(waitinfo.wait_type, kThreadWaitPThreadMutex,
806 T_EXPECT_EQ(waitinfo.wait_type, kThreadWaitPThreadRWLockRead,
839 T_EXPECT_EQ(waitinfo.wait_type, kThreadWaitPThreadCondVar,
[all …]
H A Dstackshot_tests.m3244 NSNumber *waitType = i[@"wait_type"];
3277 [j[@"wait_type"] intValue] == kThreadWaitPortReceive) {
/xnu-11215/osfmk/vm/
H A Dvm_object_xnu.h547 block_hint_t wait_type,
H A Dvm_object.c8028 block_hint_t wait_type, argument
8031 assert(wait_type >= kThreadWaitPagerInit && wait_type <= kThreadWaitPageInThrottle);
8032 vm_object_wait_reason_t wait_reason = wait_type - kThreadWaitPagerInit;
/xnu-11215/osfmk/kern/
H A Dturnstile.c3476 wait_interrupt_t wait_type; in tstile_test_prim_lock() local
3482 wait_type = THREAD_ABORTSAFE; in tstile_test_prim_lock()
3488 wait_type = THREAD_ABORTSAFE; in tstile_test_prim_lock()
3494 wait_type = THREAD_UNINT | THREAD_WAIT_NOREPORT_USER; in tstile_test_prim_lock()
3500 wait_type = THREAD_UNINT | THREAD_WAIT_NOREPORT_USER; in tstile_test_prim_lock()
3564 CAST_EVENT64_T(test_prim), wait_type, in tstile_test_prim_lock()
H A Dkcdata.h1028 uint8_t wait_type; /* The type of object that the thread is waiting on */ member
1035 uint8_t wait_type; /* The type of object that the thread is waiting on */ member
H A Dlock_rw.c2468 switch (waitinfo->wait_type) { in kdp_rwlck_find_owner()
H A Dkern_stackshot.c6055 waitinfo->wait_type = thread->block_hint; in stackshot_thread_wait_owner_info()
6058 switch (waitinfo->wait_type) { in stackshot_thread_wait_owner_info()
6117 kdp_vm_object_sleep_find_owner(thread->wait_event, waitinfo->wait_type, waitinfo_v1); in stackshot_thread_wait_owner_info()
H A Dlocks.c1674 assert(waitinfo->wait_type == kThreadWaitSleepWithInheritor); in kdp_sleep_with_inheritor_find_owner()
/xnu-11215/osfmk/ipc/
H A Dipc_port.c3288 assert(waitinfo->wait_type == kThreadWaitPortSend); in kdp_mqueue_send_find_owner()
3337 waitinfo->wait_type = kThreadWaitPortSendInTransit; in kdp_mqueue_send_find_owner()
3366 assert(waitinfo->wait_type == kThreadWaitPortReceive); in kdp_mqueue_recv_find_owner()
3377 waitinfo->wait_type = kThreadWaitPortSetReceive; in kdp_mqueue_recv_find_owner()
H A Dipc_eventlink.c1124 assert(waitinfo->wait_type == kThreadWaitEventlink); in kdp_eventlink_find_owner()
/xnu-11215/libkdd/
H A Dkcdata.h1028 uint8_t wait_type; /* The type of object that the thread is waiting on */ member
1035 uint8_t wait_type; /* The type of object that the thread is waiting on */ member
H A Dkcdtypes.c777 _SUBTYPE(KC_ST_UINT8, struct stackshot_thread_waitinfo_v2, wait_type); in kcdata_get_typedescription()