Home
last modified time | relevance | path

Searched defs:wait_entry (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_insert_waitcnt.cpp114 struct wait_entry { struct
115 wait_imm imm;
116 uint16_t events; /* use wait_event notion */
117 uint8_t counters; /* use counter_type notion */
118 bool wait_on_read : 1;
119 bool logical : 1;
120 uint8_t vmem_types : 4;
122 wait_entry(wait_event event_, wait_imm imm_, bool logical_, bool wait_on_read_) in wait_entry() argument
127 bool join(const wait_entry& other) in join()
140 void remove_counter(counter_type counter) in remove_counter()
/third_party/NuttX/fs/vfs/
Dfs_poll.c399 poll_wait_entry wait_entry; in poll() local