Lines Matching refs:dst_entry
410 struct uvwasi_fd_wrap_t* dst_entry;
429 dst_entry = table->fds[dst];
432 if (dst_entry == NULL || dst_entry->id != dst ||
438 uv_mutex_lock(&dst_entry->mutex);
442 r = uv_fs_close(NULL, &req, dst_entry->fd, NULL);
446 uv_mutex_unlock(&dst_entry->mutex);
459 uv_mutex_unlock(&dst_entry->mutex);
460 uv_mutex_destroy(&dst_entry->mutex);
461 uvwasi__free(uvwasi, dst_entry);