Searched defs:wait_node (Results 1 – 3 of 3) sorted by relevance
271 struct wait_node { struct272 struct wait_node *next; /* Next node in null terminated linked list */ argument286 static struct wait_node *wait_node_alloc(void) in wait_node_alloc() argument365 struct wait_node wait_node; in __pthread_alt_lock() local
272 struct wait_node { struct273 struct wait_node *next; /* Next node in null terminated linked list */ argument287 static struct wait_node *wait_node_alloc(void) in wait_node_alloc() argument366 struct wait_node wait_node; in __pthread_alt_lock() local
269 struct wait_node { struct270 struct wait_node *next; /* Next node in null terminated linked list */ argument284 static struct wait_node *wait_node_alloc(void) in wait_node_alloc() argument363 struct wait_node wait_node; in __pthread_alt_lock() local
Completed in 11 milliseconds