Searched refs:watched (Results 1 – 1 of 1) sorted by relevance
410 port_t watched[8] = {0}; in group_watcher_thread() local411 status_t st = port_open("grp_ctrl", CMD_PORT_CTX, &watched[0]); in group_watcher_thread()422 st = port_group(watched, count, &group); in group_watcher_thread()456 watched[count++] = wc->port; in group_watcher_thread()473 st = port_close(watched[ix]); in group_watcher_thread()
Completed in 3 milliseconds