Lines Matching refs:structure
99 structure holds a pointer to the task, as well as the mutex that
227 This list is stored in the task structure of a process as a plist called
228 pi_list. This list is protected by a spin lock also in the task structure,
313 The mutex structure contains a pointer to the owner of the mutex. If the
315 have the task structure on at least a four byte alignment (and if this is
380 prio is returned. This is because the prio field in the task structure
498 task's waiter structure "task" element is NULL. This check is
500 sets the task's waiter structure "task" element to NULL with only
524 One of the flags in the owner field of the mutex structure is "Pending Owner".
569 The slow path function is where the task's waiter structure is created on
570 the stack. This is because the waiter structure is only needed for the
571 scope of this function. The waiter structure holds the nodes to store
658 The waiter structure has a "task" field that points to the task that is blocked
666 The accounting of a mutex and process is done with the waiter structure of
748 pending owner's waiter structure is set to NULL, and the owner field of the